diff options
Diffstat (limited to 'client/Dialog.h')
-rw-r--r-- | client/Dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/Dialog.h b/client/Dialog.h index b2d21d3..e3be343 100644 --- a/client/Dialog.h +++ b/client/Dialog.h @@ -29,7 +29,7 @@ private slots: void CountryActivated(int index); void StateActivated(int index); void CityActivated(int index); - + void StaticToggle(bool toggle); void StaticClick(); private: @@ -43,4 +43,4 @@ private: QLabel *bottomLabel; }; -#endif
\ No newline at end of file +#endif |