From d13f6bb870cdda71257f665367be8ef9fca86255 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 17 May 2022 11:47:01 +0200 Subject: Apply clang-format. --- src/credentialsdialog.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/credentialsdialog.h') 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 . #include -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 -- cgit v1.3.1