refs #316 Swiftgui using CLogMessage to emit messages.

This commit is contained in:
Mathew Sutcliffe
2014-09-25 20:54:08 +01:00
parent f7e2523eaa
commit d7a2fa3dea
4 changed files with 21 additions and 18 deletions

View File

@@ -60,6 +60,9 @@ public:
//! Graceful shutdown
void gracefulShutdown();
//! Log message category
static QString getMessageCategory() { return "swift.gui.component.mainwindow"; }
protected:
//! Close event, e.g. when window is closed
void closeEvent(QCloseEvent *event);