X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fgraphicalui.h;h=f6a4cf6851bc8793beb3a345b6bc28edfd235101;hp=e35b3cec2a3ad95c288c1d87a8257e5e4d5c38b2;hb=efee441a243efb88929e1e275d71ee27991bf074;hpb=1cb02004ee5973b89368bd84f234d4652794690d diff --git a/src/uisupport/graphicalui.h b/src/uisupport/graphicalui.h index e35b3cec..f6a4cf68 100644 --- a/src/uisupport/graphicalui.h +++ b/src/uisupport/graphicalui.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -31,6 +31,9 @@ class UiStyle; #ifdef Q_OS_WIN # include #endif +#ifdef Q_OS_MAC +#include +#endif class GraphicalUi : public AbstractUi { @@ -119,6 +122,9 @@ private: #ifdef Q_OS_WIN DWORD _dwTickCount; #endif +#ifdef Q_OS_MAC + ProcessSerialNumber _procNum; +#endif };