Browse Source

Folder: remove unused member

Olivier Goffart 8 years ago
parent
commit
9fe8713bdc
2 changed files with 1 additions and 3 deletions
  1. 0 3
      src/gui/folder.h
  2. 1 0
      src/gui/folderman.cpp

+ 0 - 3
src/gui/folder.h

@@ -20,7 +20,6 @@
 #include "syncresult.h"
 #include "progressdispatcher.h"
 #include "common/syncjournaldb.h"
-#include "clientproxy.h"
 #include "networkjobs.h"
 
 #include <csync.h>
@@ -361,8 +360,6 @@ private:
 
     SyncJournalDb _journal;
 
-    ClientProxy _clientProxy;
-
     QScopedPointer<SyncRunFileLog> _fileLog;
 
     QTimer _scheduleSelfTimer;

+ 1 - 0
src/gui/folderman.cpp

@@ -37,6 +37,7 @@
 #include <QtCore>
 #include <QMutableSetIterator>
 #include <QSet>
+#include <QNetworkProxy>
 
 namespace OCC {