1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-01 22:57:33 +02:00

Fix missing semicolon

This commit is contained in:
Andrew McMillan 2018-12-23 23:18:18 +00:00
parent d14cbb406d
commit c74c7d1e8e

View File

@ -310,7 +310,7 @@ void setDisabledPalette(QWidget *w)
pal.setCurrentColorGroup( QPalette::Normal );
QColor textColor = Qt::black
QColor textColor = Qt::black;
if ( qGray(pal.color(QPalette::Window).rgba()) < 100) {
textColor = Qt::white;
}