]> git.sven.stormbind.net Git - sven/vym.git/blob - confluence-settings-dialog.h
865f03087d88510bb8b476f94ae97847901c2203
[sven/vym.git] / confluence-settings-dialog.h
1 #ifndef CONFLUENCE_SETTINGS_DIALOG_H
2 #define CONFLUENCE_SETTINGS_DIALOG_H
3
4 #include "ui_confluence-settings-dialog.h"
5
6 class ConfluenceSettingsDialog : public QDialog {
7     Q_OBJECT
8
9   public:
10     ConfluenceSettingsDialog(QWidget *parent = 0);
11
12   public slots:
13     void updateAuthenticationFields();
14     void updateSettings();
15
16   private:
17     Ui::ConfluenceSettingsDialog ui;
18 };
19
20 #endif // CONFLUENCE_SETTINGS_DIALOG_H