diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-10 11:31:59 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-10 11:31:59 +0100 |
commit | f7295af29a56cab9c6c8a3e581e80ee11cb5102b (patch) | |
tree | 9b11ccd89d7e916649651697d47285c4281c8f22 /examples/client/main.cpp | |
parent | 382150ca27b03b912b43ad07956231497d35cfe8 (diff) | |
download | sink-f7295af29a56cab9c6c8a3e581e80ee11cb5102b.tar.gz sink-f7295af29a56cab9c6c8a3e581e80ee11cb5102b.zip |
Readd remove button
Diffstat (limited to 'examples/client/main.cpp')
-rw-r--r-- | examples/client/main.cpp | 1 |
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(); |