Folder: remove unused member

This commit is contained in:
Olivier Goffart 2018-02-21 13:06:41 +01:00 committed by Camila San
parent 08024f69c8
commit 9fe8713bdc
No known key found for this signature in database
GPG key ID: 7A4A6121E88E2AD4
2 changed files with 1 additions and 3 deletions

View file

@ -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;

View file

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