[Pkg-owncloud-commits] [owncloud-client] 20/30: Remove left over member variables.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Mar 15 21:28:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 66b152ac696b95c28e1e8f1e39ceea7dbc547214
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Mon Mar 3 18:12:12 2014 +0100

    Remove left over member variables.
---
 src/mirall/application.cpp | 4 ----
 src/mirall/application.h   | 1 -
 2 files changed, 5 deletions(-)

diff --git a/src/mirall/application.cpp b/src/mirall/application.cpp
index 838e546..6c51aac 100644
--- a/src/mirall/application.cpp
+++ b/src/mirall/application.cpp
@@ -291,10 +291,6 @@ void Application::slotConnectionValidatorResult(ConnectionValidator::Status stat
         folderMan->setSyncEnabled(true);
         // queue up the sync for all folders.
         folderMan->slotScheduleAllFolders();
-        if(!_connectionMsgBox.isNull()) {
-            _connectionMsgBox->close();
-        }
-
     } else {
         // if we have problems here, it's unlikely that syncing will work.
         FolderMan::instance()->setSyncEnabled(false);
diff --git a/src/mirall/application.h b/src/mirall/application.h
index 74698b6..95939e8 100644
--- a/src/mirall/application.h
+++ b/src/mirall/application.h
@@ -100,7 +100,6 @@ private:
     int     _logExpire;
     bool    _logFlush;
     bool    _userTriggeredConnect;
-    QPointer<QMessageBox> _connectionMsgBox;
 
     ClientProxy _proxy;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list