adds doxygen documentation to SubWindow.cpp (#3450)

Doxygen documentation for SubWindow.cpp
This commit is contained in:
Steffen Baranowsky
2017-11-15 06:15:01 +01:00
committed by Tres Finocchiaro
parent 918f449eb3
commit 6289071bcd
2 changed files with 79 additions and 4 deletions

View File

@@ -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