File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ class ADS_EXPORT CDockManager : public CDockContainerWidget
142
142
/* *
143
143
* These global configuration flags configure some global dock manager
144
144
* settings.
145
+ * Set the dock manager flags, before you create the dock manager instance.
145
146
*/
146
147
enum eConfigFlag
147
148
{
@@ -209,12 +210,14 @@ class ADS_EXPORT CDockManager : public CDockContainerWidget
209
210
210
211
/* *
211
212
* Sets the global configuration flags for the whole docking system.
212
- * Call this function before you create your first dock widget.
213
+ * Call this function before you create the dock manager and before
214
+ * your create the first dock widget.
213
215
*/
214
216
static void setConfigFlags (const ConfigFlags Flags);
215
217
216
218
/* *
217
- * Set a certain config flag
219
+ * Set a certain config flag.
220
+ * \see setConfigFlags()
218
221
*/
219
222
static void setConfigFlag (eConfigFlag Flag, bool On = true );
220
223
You can’t perform that action at this time.
0 commit comments