On OS X restore from both dock and tray
[quassel.git] / src / uisupport / graphicalui.h
index 0fbf96b..f6a4cf6 100644 (file)
@@ -31,6 +31,9 @@ class UiStyle;
 #ifdef Q_OS_WIN
 #  include <windows.h>
 #endif
+#ifdef Q_OS_MAC
+#include <Carbon/Carbon.h>
+#endif
 
 class GraphicalUi : public AbstractUi
 {
@@ -119,6 +122,9 @@ private:
 #ifdef Q_OS_WIN
     DWORD _dwTickCount;
 #endif
+#ifdef Q_OS_MAC
+    ProcessSerialNumber _procNum;
+#endif
 };