forked from qt-creator/qt-creator
Fix build on Linux
Change-Id: I032bb4dda98d32f8d6e1ddac34dd9ac2e8e83cb5 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
committed by
Eike Ziller
parent
f82297b91a
commit
adff3e1275
@@ -69,7 +69,7 @@ public:
|
|||||||
// where icons are still defined as filename.
|
// where icons are still defined as filename.
|
||||||
QString imageFileName() const;
|
QString imageFileName() const;
|
||||||
|
|
||||||
Icon& Icon::operator=(const Icon &other);
|
Icon &operator=(const Icon &other);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Style m_style = Style::Plain;
|
Style m_style = Style::Plain;
|
||||||
|
|||||||
Reference in New Issue
Block a user