summaryrefslogtreecommitdiff
path: root/tools/testcon/ambientproperties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testcon/ambientproperties.cpp')
-rw-r--r--tools/testcon/ambientproperties.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testcon/ambientproperties.cpp b/tools/testcon/ambientproperties.cpp
index 0bf6544..d76753b 100644
--- a/tools/testcon/ambientproperties.cpp
+++ b/tools/testcon/ambientproperties.cpp
@@ -86,7 +86,7 @@ void AmbientProperties::on_buttonBackground_clicked()
p = widget->palette();
p.setColor(widget->backgroundRole(), c);
widget->setPalette(p);
- }
+ }
}
void AmbientProperties::on_buttonForeground_clicked()
@@ -113,7 +113,7 @@ void AmbientProperties::on_buttonFont_clicked()
bool ok;
QFont f = QFontDialog::getFont( &ok, fontSample->font(), this );
if ( !ok )
- return;
+ return;
fontSample->setFont( f );
container->setFont( f );