diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-12 03:57:23 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-12 03:57:23 +0200 |
commit | f77a7f9a1e282dba6e39f6b7f0685971cfac7747 (patch) | |
tree | 4053e95d95c3a34f6b0cdaa11c61b50de9bbf05f /client/Dialog.h | |
parent | 1ecb59ec27137a039a73289a3ded1f8dedcdab88 (diff) |
Proxifier config parsing
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 |