mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +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);
|
||||
}
|
||||
|
||||
PreferencesDialog::~PreferencesDialog() {
|
||||
deleteLater();
|
||||
}
|
||||
|
||||
void PreferencesDialog::accept() {
|
||||
savePreferences();
|
||||
close();
|
||||
|
|
|
@ -22,7 +22,6 @@ class PreferencesDialog : public FramelessDialog {
|
|||
|
||||
public:
|
||||
PreferencesDialog(QWidget* parent = 0, Qt::WindowFlags flags = 0);
|
||||
~PreferencesDialog();
|
||||
|
||||
protected:
|
||||
void resizeEvent(QResizeEvent* resizeEvent);
|
||||
|
|
Loading…
Reference in a new issue