Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2013-08-05 19:01:08 +0400
committerOlivier Goffart <ogoffart@woboq.com>2013-08-05 22:13:39 +0400
commit07d9d3770bbba71106fca9764692139f32b751f5 (patch)
tree8a3029228712f6bd81c06c4157de126806679dee /src/mirall/folderman.h
parentc9ddb12b5a04a9f7246f0f8fca08f14589915d7f (diff)
Refactor: move the pollTimer to the folder
Diffstat (limited to 'src/mirall/folderman.h')
-rw-r--r--src/mirall/folderman.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mirall/folderman.h b/src/mirall/folderman.h
index 48331aecd..129a99d8f 100644
--- a/src/mirall/folderman.h
+++ b/src/mirall/folderman.h
@@ -25,7 +25,6 @@
#include "mirall/syncfileitem.h"
class QSignalMapper;
-class QTimer;
class SyncResult;
@@ -132,7 +131,6 @@ private:
void removeFolder( const QString& );
Folder::Map _folderMap;
- QTimer *_pollTimer;
QString _folderConfigPath;
QSignalMapper *_folderChangeSignalMapper;
QString _currentSyncFolder;