Revert "Update Qt4 patch"

This reverts commit 762315e7ee.

Oops, this was supposed to update the patch, not update and apply it.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-02-22 08:30:34 -08:00
parent df73f328f8
commit 2866a604b4
6 changed files with 14 additions and 137 deletions

View file

@ -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);