refs #400, 2nd stage for Qt 541

* GUI finetuning after folder split and migration to Qt 5.4.1
* Doxygen fixes
This commit is contained in:
Klaus Basan
2015-04-10 00:04:28 +02:00
parent aafee8eafd
commit 1f5eb16bb1
12 changed files with 597 additions and 461 deletions

View File

@@ -75,7 +75,7 @@ namespace BlackGui
WindowMode m_windowMode = WindowNormal; //!< Window mode, \sa WindowMode
bool m_mainApplicationWindow = false; //!< is the main application window (only 1)
QWidget *m_widget = nullptr; //!< corresponding main window or dock widget
QSizeGrip *m_framelessSizeGrip = nullptr;
QSizeGrip *m_framelessSizeGrip = nullptr; //!< size grip object
//! Mouse press, required for frameless window
bool handleMousePressEvent(QMouseEvent *event);