refs #485, refs #605 make clear when we use process events just to refresh GUI

This commit is contained in:
Klaus Basan
2016-03-13 18:17:02 +00:00
committed by Mathew Sutcliffe
parent f124412896
commit f1ace9dde0
5 changed files with 14 additions and 6 deletions

View File

@@ -54,6 +54,9 @@ namespace BlackGui
//! Window mode (window flags)
CEnableForFramelessWindow::WindowMode getWindowMode() const;
//! Allow the GUI to refresh by processing events
void processEventsToRefreshGui() const;
//! Init the main application window based on information in this application
void initMainApplicationWindow(QWidget *mainWindow) const;