From 70dc610476fc33a449ee3ddbd9444fbe098468ae Mon Sep 17 00:00:00 2001 From: Felix Kauselmann <2039670+selmf@users.noreply.github.com> Date: Sun, 24 Sep 2017 21:48:23 +0200 Subject: [PATCH] Remove obsolete qt4 macro --- common/yacreader_global.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/common/yacreader_global.h b/common/yacreader_global.h index 18262e96..8ee09f25 100644 --- a/common/yacreader_global.h +++ b/common/yacreader_global.h @@ -1,11 +1,7 @@ #ifndef __YACREADER_GLOBAL_H #define __YACREADER_GLOBAL_H -#if QT_VERSION >= 0x050000 - #include -#else - #include -#endif +#include #define VERSION "8.6.0" @@ -67,11 +63,10 @@ namespace YACReader YLight, YDark }; - + QString getSettingsPath(); QString colorToName(LabelColors colors); QString labelColorToRGBString(LabelColors color); } #endif -