summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-06 16:40:00 (GMT)
committerMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-06 16:40:00 (GMT)
commit93922e26a2411c0f11e7cdc49b306823e23cda8b (patch)
tree8ae5ae8eff95dc4793d67d50e04d1855cfcc07e4 /examples/widgets
parentfcb5ca1ef0a1c1639624d951b03750abc631e60d (diff)
downloadQt-93922e26a2411c0f11e7cdc49b306823e23cda8b.zip
Qt-93922e26a2411c0f11e7cdc49b306823e23cda8b.tar.gz
Qt-93922e26a2411c0f11e7cdc49b306823e23cda8b.tar.bz2
Fixes to make gui compile after clean configure. Removal
of QSoftKeyStack broke compilation on clean environment...
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/stylesheet/mainwindow.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/widgets/stylesheet/mainwindow.cpp b/examples/widgets/stylesheet/mainwindow.cpp
index a0a38ad..a1307a8 100644
--- a/examples/widgets/stylesheet/mainwindow.cpp
+++ b/examples/widgets/stylesheet/mainwindow.cpp
@@ -46,9 +46,6 @@
MainWindow::MainWindow()
{
- QSoftKeyStack* stack = new QSoftKeyStack(this);
- setSoftKeyStack(stack);
-
ui.setupUi(this);
ui.nameLabel->setProperty("class", "mandatory QLabel");