adds doxygen documentation to SubWindow.cpp (#3450)
Doxygen documentation for SubWindow.cpp
This commit is contained in:
committed by
Tres Finocchiaro
parent
918f449eb3
commit
6289071bcd
@@ -40,7 +40,14 @@ class QMoveEvent;
|
||||
class QResizeEvent;
|
||||
class QWidget;
|
||||
|
||||
|
||||
/**
|
||||
* @brief The SubWindow class
|
||||
*
|
||||
* Because of a bug in the QMdiSubWindow class to save the right position and size
|
||||
* of a subwindow in a project and because of the inability
|
||||
* for cusomizing the title bar appearance, lmms implements its own subwindow
|
||||
* class.
|
||||
*/
|
||||
class EXPORT SubWindow : public QMdiSubWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user