summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-08-04 13:34:57 +0300
committerJanne Anttila <janne.anttila@digia.com>2009-08-04 13:43:47 +0300
commit12b37100d5fff9a2309cd8e86cd90325b63cc485 (patch)
tree8adb0642bbe27c5e14b5670eb037317ab5a47fc1 /examples/widgets
parente6bb00250b321b149dd80259dc4f479088d5949b (diff)
'Trailing whitespace' and 'blank line' fixes for demos and examples
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/softkeys/softkeys.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/softkeys/softkeys.cpp b/examples/widgets/softkeys/softkeys.cpp
index 110f2e672..d8ab09aef 100644
--- a/examples/widgets/softkeys/softkeys.cpp
+++ b/examples/widgets/softkeys/softkeys.cpp
@@ -65,7 +65,7 @@ MainWindow::MainWindow(QWidget *parent)
toggleButton = new QPushButton(tr("Custom softkeys"), this);
toggleButton->setContextMenuPolicy(Qt::NoContextMenu);
- toggleButton->setCheckable(true);
+ toggleButton->setCheckable(true);
pushButton = new QPushButton(tr("Open File Dialog"), this);
pushButton->setContextMenuPolicy(Qt::NoContextMenu);