From 71a23c5295ac96b103dfb7b6110c7dc1d30ddeef Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Sat, 25 Jul 2015 17:12:57 -0300 Subject: Break long lines Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/locationinformation.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qt-ui/locationinformation.cpp') diff --git a/qt-ui/locationinformation.cpp b/qt-ui/locationinformation.cpp index c22c7060f..9d69ba5d2 100644 --- a/qt-ui/locationinformation.cpp +++ b/qt-ui/locationinformation.cpp @@ -112,7 +112,9 @@ void LocationInformationWidget::markChangedWidget(QWidget *w) if (!modified) enableEdition(); qApp->palette().color(QPalette::Text).getHslF(&h, &s, &l, &a); - p.setBrush(QPalette::Base, (l <= 0.3) ? QColor(Qt::yellow).lighter() : (l <= 0.6) ? QColor(Qt::yellow).light() : /* else */ QColor(Qt::yellow).darker(300)); + p.setBrush(QPalette::Base, (l <= 0.3) ? QColor(Qt::yellow).lighter() + : (l <= 0.6) ? QColor(Qt::yellow).light() + : /* else */ QColor(Qt::yellow).darker(300)); w->setPalette(p); modified = true; } -- cgit v1.2.3-70-g09d2