diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-08-04 10:34:57 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-08-04 10:43:47 (GMT) |
commit | 12b37100d5fff9a2309cd8e86cd90325b63cc485 (patch) | |
tree | 8adb0642bbe27c5e14b5670eb037317ab5a47fc1 /examples/widgets | |
parent | e6bb00250b321b149dd80259dc4f479088d5949b (diff) | |
download | Qt-12b37100d5fff9a2309cd8e86cd90325b63cc485.zip Qt-12b37100d5fff9a2309cd8e86cd90325b63cc485.tar.gz Qt-12b37100d5fff9a2309cd8e86cd90325b63cc485.tar.bz2 |
'Trailing whitespace' and 'blank line' fixes for demos and examples
Diffstat (limited to 'examples/widgets')
-rw-r--r-- | examples/widgets/softkeys/softkeys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/softkeys/softkeys.cpp b/examples/widgets/softkeys/softkeys.cpp index 110f2e6..d8ab09a 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); |