summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-13 08:01:06 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-13 09:14:48 -0700
commit9a22efb97b78da00dbc8fdfdc9fa5db9eac84708 (patch)
tree77f9b278b187bfeb0ac16863f6e434b8dec98c15 /qt-ui/mainwindow.cpp
parente21cae2d46db8148dc294c2dff08d9321274f815 (diff)
downloadsubsurface-9a22efb97b78da00dbc8fdfdc9fa5db9eac84708.tar.gz
Move git related declarations into their own header file
Also change the name of the enum and make sure all the inner functions get passed the remote transport information. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r--qt-ui/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index 08c8e1711..ec39cc151 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -43,6 +43,7 @@
#include "usermanual.h"
#endif
#include "divepicturemodel.h"
+#include "git-access.h"
#include <QNetworkProxy>
#include <QUndoStack>
#include <qthelper.h>