Skip to content

Commit 0ab32b3

Browse files
fix: style.cpp depenties fixes
1 parent 46d08cf commit 0ab32b3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

qrgui/brandManager/styles.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,19 @@
2121

2222
using namespace qReal;
2323

24+
<<<<<<< HEAD
2425
QPalette Styles::loadPalette(const QString& pathToPalette) const {
2526
QSettings settings(pathToPalette, QSettings::IniFormat);
2627
QPalette palette;
2728

2829
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)
2937
{"Window", QPalette::Window},
3038
{"WindowText", QPalette::WindowText},
3139
{"Base", QPalette::Base},

0 commit comments

Comments
 (0)