diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-05-21 11:24:22 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-22 07:27:47 +0900 |
commit | 3750d55665e6cb940e22b5556a65078940169c5f (patch) | |
tree | 83582a28b9dc29a608ae00019fb60ac764b0f346 /qthelper.cpp | |
parent | 51e5030c06862b54cb5aa030693dbcb9eec8c01f (diff) | |
download | subsurface-3750d55665e6cb940e22b5556a65078940169c5f.tar.gz |
Fix compilation with CMake.
This changes are only to make CMake compile again after the
addition of the export dialog.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelper.cpp')
-rw-r--r-- | qthelper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qthelper.cpp b/qthelper.cpp index 101530dba..b2baedc1f 100644 --- a/qthelper.cpp +++ b/qthelper.cpp @@ -6,7 +6,6 @@ #include <QDebug> #include <QSettings> #include <libxslt/documents.h> -#include "mainwindow.h" #define tr(_arg) QObject::tr(_arg) |