summaryrefslogtreecommitdiffstats
path: root/tools/qtconfig/mainwindow.cpp
diff options
context:
space:
mode:
authorBenjamin Poulain <benjamin.poulain@nokia.com>2010-10-06 15:01:14 (GMT)
committerBenjamin Poulain <benjamin.poulain@nokia.com>2010-10-06 15:01:14 (GMT)
commitd0dc82056231d40978e3369f2f4910298560bf98 (patch)
tree57af6d7438e576f4b232e9b448b40debb07d9b6a /tools/qtconfig/mainwindow.cpp
parent311170a69e61fdd0fa4c302ec9ceb33df2c49a5d (diff)
downloadQt-d0dc82056231d40978e3369f2f4910298560bf98.zip
Qt-d0dc82056231d40978e3369f2f4910298560bf98.tar.gz
Qt-d0dc82056231d40978e3369f2f4910298560bf98.tar.bz2
Code cleaning with the merge request 2286
The merge request 2286 changes a lot of the QtConfig tool. I took this opportunity to clean some old style mistake.
Diffstat (limited to 'tools/qtconfig/mainwindow.cpp')
-rw-r--r--tools/qtconfig/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qtconfig/mainwindow.cpp b/tools/qtconfig/mainwindow.cpp
index 5bd3592..1a30405 100644
--- a/tools/qtconfig/mainwindow.cpp
+++ b/tools/qtconfig/mainwindow.cpp
@@ -290,7 +290,7 @@ MainWindow::MainWindow()
ui->cursorFlashTimeSpinBox->setValue(QApplication::cursorFlashTime());
ui->wheelScrollLinesSpinBox->setValue(QApplication::wheelScrollLines());
// #############
-// resolveLinksCheckBox->setChecked(qt_resolve_symlinks);
+ // resolveLinksCheckBox->setChecked(qt_resolve_symlinks);
ui->effectsCheckBox->setChecked(QApplication::isEffectEnabled(Qt::UI_General));
ui->effectsFrame->setEnabled(ui->effectsCheckBox->isChecked());