mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-05 08:37:29 +02:00
Fix missing semicolon
This commit is contained in:
parent
d14cbb406d
commit
c74c7d1e8e
@ -310,7 +310,7 @@ void setDisabledPalette(QWidget *w)
|
|||||||
|
|
||||||
pal.setCurrentColorGroup( QPalette::Normal );
|
pal.setCurrentColorGroup( QPalette::Normal );
|
||||||
|
|
||||||
QColor textColor = Qt::black
|
QColor textColor = Qt::black;
|
||||||
if ( qGray(pal.color(QPalette::Window).rgba()) < 100) {
|
if ( qGray(pal.color(QPalette::Window).rgba()) < 100) {
|
||||||
textColor = Qt::white;
|
textColor = Qt::white;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user