diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2022-05-17 11:47:01 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2023-07-09 17:20:40 +0200 |
| commit | d13f6bb870cdda71257f665367be8ef9fca86255 (patch) | |
| tree | 52e214718478f1e52856572f5aa1a2ac58537f9f /src/credentialsdialog.h | |
| parent | 86bb01ba9eac879d3685c439ac9da0028bc4bc80 (diff) | |
Apply clang-format.
Diffstat (limited to 'src/credentialsdialog.h')
| -rw-r--r-- | src/credentialsdialog.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/credentialsdialog.h b/src/credentialsdialog.h index 598e100b..f2b0c820 100644 --- a/src/credentialsdialog.h +++ b/src/credentialsdialog.h @@ -22,23 +22,24 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <QDialog> -namespace Ui { +namespace Ui +{ class CredentialsDialog; } class CredentialsDialog : public QDialog { Q_OBJECT - + public: - explicit CredentialsDialog(QWidget *parent = 0); + explicit CredentialsDialog(QWidget* parent = 0); ~CredentialsDialog(); bool store() const; bool neverAsk() const; private: - Ui::CredentialsDialog *ui; + Ui::CredentialsDialog* ui; }; -#endif // CREDENTIALSDIALOG_H +#endif // CREDENTIALSDIALOG_H |
