summaryrefslogtreecommitdiff
path: root/client/Dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/Dialog.h')
-rw-r--r--client/Dialog.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/Dialog.h b/client/Dialog.h
index d7d7b5e..e777cf9 100644
--- a/client/Dialog.h
+++ b/client/Dialog.h
@@ -12,10 +12,17 @@ class QLabel;
class ProxyEntryGeneric;
class ProxyEntryStatic;
+/**
+ * @brief Dialog window to choose proxy configuration
+ */
class ProxyDialog: public QDialog
{
Q_OBJECT
public:
+ /**
+ * @brief Create an instance of dialog window
+ * @param parent parent window
+ */
ProxyDialog(QWidget *parent = 0);
private slots: