summaryrefslogtreecommitdiff
path: root/client/dialog.h
diff options
context:
space:
mode:
authorAlex Borisov <borisov.alexandr@rambler.ru>2011-10-23 04:10:55 +0300
committerAlex Borisov <borisov.alexandr@rambler.ru>2011-10-23 04:10:55 +0300
commit21ad7eac963bc329395fa893300fb5c8f721fd77 (patch)
tree10dda6e6170071332aab490faeeb599f10ff6e03 /client/dialog.h
parent3eef0376635624c354a5e1b8a2680b74eb23a423 (diff)
Logging facility, Config class, tray icon, custom QApplication subclass
Diffstat (limited to 'client/dialog.h')
-rw-r--r--client/dialog.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/client/dialog.h b/client/dialog.h
deleted file mode 100644
index f841f2b..0000000
--- a/client/dialog.h
+++ /dev/null
@@ -1,29 +0,0 @@
-
-#ifndef PROXY_DIALOG
-#define PROXY_DIALOG
-
-#include <QDialog>
-
-class QLabel;
-class QComboBox;
-
-class ProxyDialog: public QDialog
-{
- Q_OBJECT
-
- public:
- ProxyDialog(QWidget *parent = 0);
-
- signals:
- //move to special Proxy class
- void AddProxy(QString proxy);
-
- private:
- QLabel *topLabel;
- QComboBox *countryBox;
- QComboBox *stateBox;
- QComboBox *cityBox;
- QLabel *bottomLabel;
-};
-
-#endif \ No newline at end of file