refs #883, some UI finetuning / Doxygen comments

This commit is contained in:
Klaus Basan
2017-02-17 20:09:02 +01:00
committed by Mathew Sutcliffe
parent 6c72f8491c
commit 5d81b23386
6 changed files with 13 additions and 7 deletions

View File

@@ -307,12 +307,15 @@ namespace BlackMisc
return it->filePath();
}
//! \privatesection
//! @{
QStringList getSwiftExecutablesImpl()
{
static const QFileInfo mySelf = QFileInfo(QCoreApplication::applicationFilePath()); // path + dir
static const QStringList filter("*." + mySelf.suffix());
return mySelf.dir().entryList(filter);
}
//! @}
const QStringList &CFileUtils::getSwiftExecutables()
{