diff options
| author | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2018-02-22 16:54:34 +0100 |
|---|---|---|
| committer | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2018-02-22 16:54:34 +0100 |
| commit | 5e5c9c07291f6b09623d31c92b1fb61c4ede576e (patch) | |
| tree | 0684c123db375336e0e03f0240155a12e744db16 /src/credentialsdialog.h | |
| parent | 5ad912e1934061b38825801a27f7c12933878005 (diff) | |
Applied clang-format on source
Diffstat (limited to 'src/credentialsdialog.h')
| -rw-r--r-- | src/credentialsdialog.h | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/src/credentialsdialog.h b/src/credentialsdialog.h index 8a68c7d8..79554fe7 100644 --- a/src/credentialsdialog.h +++ b/src/credentialsdialog.h @@ -26,22 +26,21 @@ namespace Ui { class CredentialsDialog;
}
-class CredentialsDialog : public QDialog
-{
- Q_OBJECT
-
+class CredentialsDialog : public QDialog {
+ Q_OBJECT
+
public:
- explicit CredentialsDialog(QWidget *parent = 0);
- ~CredentialsDialog();
+ explicit CredentialsDialog(QWidget* parent = 0);
+ ~CredentialsDialog();
- QString username() const;
- QString password() const;
+ QString username() const;
+ QString password() const;
- bool store() const;
- bool neverAsk() const;
+ bool store() const;
+ bool neverAsk() const;
private:
- Ui::CredentialsDialog *ui;
+ Ui::CredentialsDialog* ui;
};
#endif // CREDENTIALSDIALOG_H
|
