mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
Fixed icon loading (failed after new dir structure)
In same step improved paths in project (static const)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
3a0ab1aff7
commit
6466260d8c
@@ -76,7 +76,8 @@ namespace BlackMisc
|
||||
{
|
||||
if (this->m_designator.length() > 2)
|
||||
{
|
||||
return CIcon("images/airlines/" + m_designator.toLower() + ".png",
|
||||
// relative to images
|
||||
return CIcon("airlines/" + m_designator.toLower() + ".png",
|
||||
this->convertToQString());
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user