diff options
Diffstat (limited to 'export-html.cpp')
-rw-r--r-- | export-html.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/export-html.cpp b/export-html.cpp index 940cb60df..4311d5eb4 100644 --- a/export-html.cpp +++ b/export-html.cpp @@ -11,6 +11,7 @@ #include "git2.h" #include "subsurfacestartup.h" #include "divelogexportlogic.h" +#include "windowtitleupdate.h" QTranslator *qtTranslator, *ssrfTranslator; @@ -40,7 +41,7 @@ int main(int argc, char **argv) qDebug() << "need --source and --output"; exit(1); } - + WindowTitleUpdate *wtu = new WindowTitleUpdate(); int ret = parse_file(qPrintable(source)); if (ret) { fprintf(stderr, "parse_file returned %d\n", ret); |