diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-10-01 18:12:59 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-04 10:22:11 +0200 |
commit | 5a787305612c18ee9a442e4dd6067d3c35f05f87 (patch) | |
tree | c3456b3c5eb99131480d6a227ac71f4f591c81be /desktop-widgets/divelogimportdialog.h | |
parent | 3f51849dc3582d34683c111e5fd3a53f414ab1c2 (diff) | |
download | subsurface-5a787305612c18ee9a442e4dd6067d3c35f05f87.tar.gz |
Import: Make DiveLogImportDialog modal
By making this modal, we can use a local variable and remove the
nasty "deleteLater()" hack to reclaim the resources after the
dialog closes.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/divelogimportdialog.h')
-rw-r--r-- | desktop-widgets/divelogimportdialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop-widgets/divelogimportdialog.h b/desktop-widgets/divelogimportdialog.h index e8ba4b598..d64cbc656 100644 --- a/desktop-widgets/divelogimportdialog.h +++ b/desktop-widgets/divelogimportdialog.h @@ -89,8 +89,6 @@ slots: void loadFileContents(int value, enum whatChanged triggeredBy); int setup_csv_params(QStringList r, char **params, int pnr); int parseTxtHeader(QString fileName, char **params, int pnr); - void accept() override; - void reject() override; private: bool selector; |