mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-13 06:49:00 +02:00
additional CR fixes
This commit is contained in:
parent
a1c6843bd4
commit
9ab61faacb
2 changed files with 0 additions and 5 deletions
|
@ -30,10 +30,6 @@ PreferencesDialog::PreferencesDialog(QWidget* parent, Qt::WindowFlags flags) : F
|
||||||
connect(ui.buttonBrowseBody, &QPushButton::clicked, this, &PreferencesDialog::openBodyModelBrowser);
|
connect(ui.buttonBrowseBody, &QPushButton::clicked, this, &PreferencesDialog::openBodyModelBrowser);
|
||||||
}
|
}
|
||||||
|
|
||||||
PreferencesDialog::~PreferencesDialog() {
|
|
||||||
deleteLater();
|
|
||||||
}
|
|
||||||
|
|
||||||
void PreferencesDialog::accept() {
|
void PreferencesDialog::accept() {
|
||||||
savePreferences();
|
savePreferences();
|
||||||
close();
|
close();
|
||||||
|
|
|
@ -22,7 +22,6 @@ class PreferencesDialog : public FramelessDialog {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
PreferencesDialog(QWidget* parent = 0, Qt::WindowFlags flags = 0);
|
PreferencesDialog(QWidget* parent = 0, Qt::WindowFlags flags = 0);
|
||||||
~PreferencesDialog();
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void resizeEvent(QResizeEvent* resizeEvent);
|
void resizeEvent(QResizeEvent* resizeEvent);
|
||||||
|
|
Loading…
Reference in a new issue