src/guiutilities.cpp

changeset 1231
ce0c9f2e6b9c
parent 1224
5a31b6d4bf81
equal deleted inserted replaced
1230:29dc03eceb5f 1231:ce0c9f2e6b9c
80 box->setItemData(row, it.key().index()); 80 box->setItemData(row, it.key().index());
81 ++row; 81 ++row;
82 } 82 }
83 } 83 }
84 84
85 QColor GuiUtilities::mainColorRepresentation() 85 QColor mainColorRepresentation()
86 { 86 {
87 QColor col(config->mainColor()); 87 QColor col(config->mainColor());
88 88
89 if (not col.isValid()) 89 if (not col.isValid())
90 return QColor(0, 0, 0); 90 return QColor(0, 0, 0);

mercurial