mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
refs #883, some UI finetuning / Doxygen comments
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6c72f8491c
commit
5d81b23386
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user