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/profileinputdialog.cpp | |
| parent | 86bb01ba9eac879d3685c439ac9da0028bc4bc80 (diff) | |
Apply clang-format.
Diffstat (limited to 'src/profileinputdialog.cpp')
| -rw-r--r-- | src/profileinputdialog.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/profileinputdialog.cpp b/src/profileinputdialog.cpp index bac04586..31155819 100644 --- a/src/profileinputdialog.cpp +++ b/src/profileinputdialog.cpp @@ -18,12 +18,11 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. */ #include "profileinputdialog.h" -#include "ui_profileinputdialog.h" #include "filesystemutilities.h" +#include "ui_profileinputdialog.h" -ProfileInputDialog::ProfileInputDialog(QWidget *parent) : - QDialog(parent), - ui(new Ui::ProfileInputDialog) +ProfileInputDialog::ProfileInputDialog(QWidget* parent) + : QDialog(parent), ui(new Ui::ProfileInputDialog) { ui->setupUi(this); } @@ -40,9 +39,7 @@ QString ProfileInputDialog::getName() const return result; } - bool ProfileInputDialog::getPreferDefaultSettings() const { return ui->defaultSettingsBox->checkState() == Qt::Checked; } - |
