refs #728, hide load indicator when no vPilot rules are loaded

This commit is contained in:
Klaus Basan
2016-08-12 14:51:48 +02:00
committed by Mathew Sutcliffe
parent 364914cc31
commit d10fe5ad18
3 changed files with 28 additions and 17 deletions

View File

@@ -47,6 +47,10 @@ namespace BlackMisc
//! \threadsafe
QStringList getFiles() const;
//! Has files
//! \threadsafe
bool hasFiles() const;
//! File names
//! \threadsafe
void addFilename(const QString &fileName);