summaryrefslogtreecommitdiffstats
path: root/example/simple/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'example/simple/main.cpp')
-rw-r--r--example/simple/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/simple/main.cpp b/example/simple/main.cpp
index 45e1f08..a0ba2da 100644
--- a/example/simple/main.cpp
+++ b/example/simple/main.cpp
@@ -34,6 +34,7 @@ public:
button->setChecked(false);
connect(button, SIGNAL(toggled(bool)), SLOT(updateBart(bool)));
+
QVBoxLayout *vboxlayout = new QVBoxLayout();
vboxlayout->addWidget(controller);
vboxlayout->addWidget(segmentControl);