From 0c2457d9dcb990e906d8e4fa4cbe557546bf8eb9 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 1 Jun 2015 09:58:09 -0700 Subject: Cloud storage: only make this available with new enough libgit2 The credential callback doesn't appear to work (at least not the way I implemented it) with v0.22 and earlier. Signed-off-by: Dirk Hohndel --- qt-ui/mainwindow.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qt-ui') diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index b039af9bb..8630cfbb8 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -148,6 +148,11 @@ MainWindow::MainWindow() : QMainWindow(), plannerDetails->printPlan()->hide(); ui.menuFile->removeAction(ui.actionPrint); #endif +#ifndef USE_LIBGIT23_API + ui.menuFile->removeAction(ui.actionCloudstorageopen); + ui.menuFile->removeAction(ui.actionCloudstoragesave); + qDebug() << "disabled / made invisible the cloud storage stuff"; +#endif ui.mainErrorMessage->hide(); graphics()->setEmptyState(); -- cgit v1.2.3-70-g09d2