mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 17:18:23 -04:00
Remove obsolete qt4 macro
This commit is contained in:
parent
1d2db2dfda
commit
70dc610476
@ -1,11 +1,7 @@
|
|||||||
#ifndef __YACREADER_GLOBAL_H
|
#ifndef __YACREADER_GLOBAL_H
|
||||||
#define __YACREADER_GLOBAL_H
|
#define __YACREADER_GLOBAL_H
|
||||||
|
|
||||||
#if QT_VERSION >= 0x050000
|
#include <QStandardPaths>
|
||||||
#include <QStandardPaths>
|
|
||||||
#else
|
|
||||||
#include <QDesktopServices>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define VERSION "8.6.0"
|
#define VERSION "8.6.0"
|
||||||
|
|
||||||
@ -67,11 +63,10 @@ namespace YACReader
|
|||||||
YLight,
|
YLight,
|
||||||
YDark
|
YDark
|
||||||
};
|
};
|
||||||
|
|
||||||
QString getSettingsPath();
|
QString getSettingsPath();
|
||||||
QString colorToName(LabelColors colors);
|
QString colorToName(LabelColors colors);
|
||||||
QString labelColorToRGBString(LabelColors color);
|
QString labelColorToRGBString(LabelColors color);
|
||||||
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user