Fix window title problem on OSX.

This commit is contained in:
Petr Mrázek
2014-01-12 23:38:12 +01:00
parent fca4441229
commit afd1778fd7
5 changed files with 11 additions and 3 deletions

View File

@ -71,6 +71,9 @@ public:
QString name() const;
void setName(QString val);
/// Value used for instance window titles
QString windowTitle() const;
QString iconKey() const;
void setIconKey(QString val);