We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80209f commit c5cccb3Copy full SHA for c5cccb3
1 file changed
src/zUtils/include/settings.hpp
@@ -1,7 +1,8 @@
1
#ifndef SETTINGS_HPP
2
#define SETTINGS_HPP
3
-#include <QStringLiteral>
4
-#define AUTO_HIDE_SETTING "settings/auto_hide"
5
-#define AUTO_NOTIFICATION_SETTING "settings/auto_notification"
+
+inline constexpr const char* AUTO_HIDE_SETTING = "settings/auto_hide";
+inline constexpr const char* AUTO_NOTIFICATION_SETTING = "settings/auto_notification";
6
+inline constexpr const char* LANGUAGE_SETTING = "settings/languages";
7
8
#endif // SETTINGS_HPP
0 commit comments