Skip to content

Commit cbf0465

Browse files
fix: conflict
1 parent 0ab32b3 commit cbf0465

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

qrgui/brandManager/styles.cpp

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

2222
using namespace qReal;
2323

24-
<<<<<<< HEAD
2524
QPalette Styles::loadPalette(const QString& pathToPalette) const {
2625
QSettings settings(pathToPalette, QSettings::IniFormat);
2726
QPalette palette;
2827

2928
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)
3729
{"Window", QPalette::Window},
3830
{"WindowText", QPalette::WindowText},
3931
{"Base", QPalette::Base},

0 commit comments

Comments
 (0)