refs #209, fileExists method (remote enabled)

This commit is contained in:
Klaus Basan
2014-04-16 23:41:35 +02:00
parent 3c42a91596
commit 7930560be6
4 changed files with 18 additions and 0 deletions

View File

@@ -127,6 +127,9 @@ namespace BlackCore
//! Remote enabled version of deleting a file
virtual bool removeFile(const QString &fileName) = 0;
//! Remote enabled version of file exists
virtual bool existsFile(const QString &fileName) = 0;
private:
//! All contexts, used with messageHandler
static QList<IContextApplication *> s_contexts;