summaryrefslogtreecommitdiffstats
path: root/examples/itemviews/editabletreemodel/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/itemviews/editabletreemodel/mainwindow.cpp')
-rw-r--r--examples/itemviews/editabletreemodel/mainwindow.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/itemviews/editabletreemodel/mainwindow.cpp b/examples/itemviews/editabletreemodel/mainwindow.cpp
index a6a294e71c..3080684e4f 100644
--- a/examples/itemviews/editabletreemodel/mainwindow.cpp
+++ b/examples/itemviews/editabletreemodel/mainwindow.cpp
@@ -48,10 +48,6 @@ MainWindow::MainWindow(QWidget *parent)
{
setupUi(this);
-#ifdef Q_WS_MAEMO_5
- // Alternating row colors look bad on Maemo
- view->setAlternatingRowColors(false);
-#endif
QStringList headers;
headers << tr("Title") << tr("Description");