Update Qt4 patch

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-02-19 21:52:41 -08:00
parent 6a2efd9ff6
commit 762315e7ee
6 changed files with 137 additions and 14 deletions

View file

@ -3,7 +3,9 @@
#include <QDialog>
#include <QTextStream>
#if QT_VERSION >= 0x050000
#include <QFuture>
#endif
#include "helpers.h"
#include "statistics.h"
@ -28,7 +30,9 @@ 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);