We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d08cf commit 0ab32b3Copy full SHA for 0ab32b3
qrgui/brandManager/styles.cpp
@@ -21,11 +21,19 @@
21
22
using namespace qReal;
23
24
+<<<<<<< HEAD
25
QPalette Styles::loadPalette(const QString& pathToPalette) const {
26
QSettings settings(pathToPalette, QSettings::IniFormat);
27
QPalette palette;
28
29
static QMap<QString, QPalette::ColorRole> colorRoles = {
30
+=======
31
+QPalette Styles::loadPalette(QString pathToPalette) const {
32
+ QSettings settings(pathToPalette, QSettings::IniFormat);
33
+ QPalette palette;
34
+
35
+ const QMap<QString, QPalette::ColorRole> colorRoles = {
36
+>>>>>>> e4c45bd1f (fix: style.cpp depenties fixes)
37
{"Window", QPalette::Window},
38
{"WindowText", QPalette::WindowText},
39
{"Base", QPalette::Base},
0 commit comments