diff options
author | senator <senator> | 2008-03-24 13:16:38 +0000 |
---|---|---|
committer | senator <senator> | 2008-03-24 13:16:38 +0000 |
commit | 2e87c4608a9fb888fd7669756d8cb457ac305f71 (patch) | |
tree | 3e8ecbf49f42bac36128a3ae24a7c76722677272 /client/widgets/listbox.h | |
parent | 885e139e750fa13a581dff70b3d8d91a9170a772 (diff) |
next button now works; listbox isValid check improved; start macro implemented
Diffstat (limited to 'client/widgets/listbox.h')
-rw-r--r-- | client/widgets/listbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/widgets/listbox.h b/client/widgets/listbox.h index bf70420..30c4129 100644 --- a/client/widgets/listbox.h +++ b/client/widgets/listbox.h @@ -38,6 +38,7 @@ public: ListBox(QDomNode); public slots: + bool isValid(); QString getValue(); private: |