diff options
Diffstat (limited to 'lumina-fm/MainUI.h')
-rw-r--r-- | lumina-fm/MainUI.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lumina-fm/MainUI.h b/lumina-fm/MainUI.h index 9dab45ed..ccc85f72 100644 --- a/lumina-fm/MainUI.h +++ b/lumina-fm/MainUI.h @@ -99,6 +99,7 @@ private: QShortcut *nextTabLShort, *nextTabRShort, *closeTabShort, *copyFilesShort, *pasteFilesShort, *deleteFilesShort; QCompleter *dirCompleter; bool isUserWritable, keepFocus; + QTimer *syncTimer; //Simplification Functions void setupConnections(); //used during initialization @@ -122,6 +123,8 @@ private slots: this->OpenDirs(in); } + void slotStartSyncTimer(); + //General button check functions (started in a seperate thread!) void AvailableMultimediaFiles(QStringList files); void AvailableBackups(QString basedir, QStringList snapdirs); |