From f7295af29a56cab9c6c8a3e581e80ee11cb5102b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 10 Dec 2015 11:31:59 +0100 Subject: Readd remove button --- examples/client/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/client') 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: topLayout->addWidget(titleLabel); topLayout->addWidget(syncButton); + topLayout->addWidget(removeButton); topLayout->addWidget(modelView, 10); show(); -- cgit v1.2.3