Ref T264, better display of other installed swift versions

* improved CApplicationInfo, added property support
* renamed functions
This commit is contained in:
Klaus Basan
2018-05-18 20:33:08 +02:00
parent bc969dcd9e
commit 7965f67455
8 changed files with 207 additions and 16 deletions

View File

@@ -550,7 +550,7 @@ namespace BlackGui
addMenuForStyleSheets(menu);
QAction *a = nullptr;
bool c = false;
if (this->getApplicationInfo().application() != CApplicationInfo::Laucher)
if (this->getApplicationInfo().getApplication() != CApplicationInfo::Laucher)
{
menu.addSeparator();
a = menu.addAction(CIcons::swiftLauncher24(), "Start swift launcher");