Fix build on Linux

Change-Id: I032bb4dda98d32f8d6e1ddac34dd9ac2e8e83cb5
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-11-25 15:01:02 +01:00
committed by Eike Ziller
parent f82297b91a
commit adff3e1275

View File

@@ -69,7 +69,7 @@ public:
// where icons are still defined as filename.
QString imageFileName() const;
Icon& Icon::operator=(const Icon &other);
Icon &operator=(const Icon &other);
private:
Style m_style = Style::Plain;