summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-10 11:31:59 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-10 11:31:59 +0100
commitf7295af29a56cab9c6c8a3e581e80ee11cb5102b (patch)
tree9b11ccd89d7e916649651697d47285c4281c8f22
parent382150ca27b03b912b43ad07956231497d35cfe8 (diff)
downloadsink-f7295af29a56cab9c6c8a3e581e80ee11cb5102b.tar.gz
sink-f7295af29a56cab9c6c8a3e581e80ee11cb5102b.zip
Readd remove button
-rw-r--r--examples/client/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/client/main.cpp b/examples/client/main.cpp
index 59ff9d9..5470e17 100644
--- a/examples/client/main.cpp
+++ b/examples/client/main.cpp
@@ -81,6 +81,7 @@ public:
81 81
82 topLayout->addWidget(titleLabel); 82 topLayout->addWidget(titleLabel);
83 topLayout->addWidget(syncButton); 83 topLayout->addWidget(syncButton);
84 topLayout->addWidget(removeButton);
84 topLayout->addWidget(modelView, 10); 85 topLayout->addWidget(modelView, 10);
85 86
86 show(); 87 show();