Folder: remove declaration of non-existing method

This commit is contained in:
Olivier Goffart 2018-01-15 15:43:13 +01:00
parent 2a842a5745
commit 2a14ba5582
2 changed files with 0 additions and 7 deletions

View File

@ -115,7 +115,6 @@ Folder::~Folder()
_engine.reset();
}
void Folder::checkLocalPath()
{
const QFileInfo fi(_definition.localPath);

View File

@ -171,12 +171,6 @@ public:
*/
SyncResult syncResult() const;
/**
* set the config file name.
*/
void setConfigFile(const QString &);
QString configFile();
/**
* This is called if the sync folder definition is removed. Do cleanups here.
*/