Ref T620, check for empty string as path, QDir("") exists

This commit is contained in:
Klaus Basan
2019-04-21 18:34:17 +02:00
parent a553dfc708
commit 5caea5ad9b
4 changed files with 25 additions and 1 deletions

View File

@@ -37,6 +37,9 @@ namespace BlackMisc
//! \see https://dev.swift-project.org/w/dev/swiftpc/dirstructure/
static const QString &binDirectory();
//! Path in application directory
static bool isInApplicationDirectory(const QString &path);
//! Plugins directory
static const QString &pluginsDirectory();