Skip to content

Commit

Permalink
Remove "EXPERIMENTAL" comment from MDI option
Browse files Browse the repository at this point in the history
MDI doesn't have known bugs
  • Loading branch information
iamsergio committed Aug 29, 2021
1 parent 78381ba commit 3fb8861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KDDockWidgets.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ enum MainWindowOption
{
MainWindowOption_None = 0, ///> No option set
MainWindowOption_HasCentralFrame = 1, ///> Makes the MainWindow always have a central frame, for tabbing documents
MainWindowOption_MDI = 2 ///> EXPERIMENTAL!!1 The layout will be MDI. DockWidgets can have arbitrary positions, not restricted by any layout
MainWindowOption_MDI = 2 ///> The layout will be MDI. DockWidgets can have arbitrary positions, not restricted by any layout
};
Q_DECLARE_FLAGS(MainWindowOptions, MainWindowOption)
Q_ENUM_NS(MainWindowOptions)
Expand Down

0 comments on commit 3fb8861

Please sign in to comment.