X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fgraphicalui.h;h=f250e1ab27df3b90fcf16e2c2e3ccf466a74d24d;hp=e35b3cec2a3ad95c288c1d87a8257e5e4d5c38b2;hb=aec9c711900a443bfa7860fa86c6e9c86b81a3e7;hpb=921e54680da16fcf2adb7a90506875aceb6633a4 diff --git a/src/uisupport/graphicalui.h b/src/uisupport/graphicalui.h index e35b3cec..f250e1ab 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-2018 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 };