summaryrefslogtreecommitdiff
path: root/client/widgets/listbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/listbox.h')
-rw-r--r--client/widgets/listbox.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/client/widgets/listbox.h b/client/widgets/listbox.h
index b283bcc..627d31e 100644
--- a/client/widgets/listbox.h
+++ b/client/widgets/listbox.h
@@ -39,10 +39,7 @@ public:
public slots:
bool isValid();
QString getValue();
-
-private:
- QString list_value;
-
+ void setValue(QString value);
};
#endif/*__PRACRO_LISTBOX_H__*/