diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-02-22 08:30:34 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-22 08:30:34 -0800 |
commit | 2866a604b453a3d86c76e37ec32db36671be86ba (patch) | |
tree | 713b780385cea6f0f662c03ae60386521f9ecfc3 /qt-ui/divelogexportdialog.h | |
parent | df73f328f88fbb2eccf30886836f9a4d548532a4 (diff) | |
download | subsurface-2866a604b453a3d86c76e37ec32db36671be86ba.tar.gz |
Revert "Update Qt4 patch"
This reverts commit 762315e7eef47c1a5357e9c8691676707e3c630e.
Oops, this was supposed to update the patch, not update and apply it.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelogexportdialog.h')
-rw-r--r-- | qt-ui/divelogexportdialog.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qt-ui/divelogexportdialog.h b/qt-ui/divelogexportdialog.h index 524416414..14f8f4539 100644 --- a/qt-ui/divelogexportdialog.h +++ b/qt-ui/divelogexportdialog.h @@ -3,9 +3,7 @@ #include <QDialog> #include <QTextStream> -#if QT_VERSION >= 0x050000 #include <QFuture> -#endif #include "helpers.h" #include "statistics.h" @@ -30,9 +28,7 @@ slots: void on_exportGroup_buttonClicked(QAbstractButton *); private: -#if QT_VERSION >= 0x050000 QFuture<int> future; -#endif Ui::DiveLogExportDialog *ui; void showExplanation(); void exportHtmlInit(const QString &filename); |