mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 23:19:14 +02:00
11 lines
493 B
Diff
11 lines
493 B
Diff
--- a/src/gui/general/ActionData.cpp
|
|
+++ b/src/gui/general/ActionData.cpp
|
|
@@ -760,7 +760,7 @@ void ActionData::fillModel()
|
|
m_model->setItem(0, 3, item);
|
|
m_model->item(0, 3)->setEditable(false);
|
|
if (ainfo.global) {
|
|
- QVariant bg(QBrush(Qt::cyan));
|
|
+ QVariant bg((QBrush(Qt::cyan)));
|
|
for (int col=0; col<8; col++) {
|
|
m_model->setData(m_model->index(0, col),
|
|
bg, Qt::BackgroundRole);
|