diff options
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(); |