diff --git a/src/libs/utils/icon.h b/src/libs/utils/icon.h index fb899353c70..d1916aa0632 100644 --- a/src/libs/utils/icon.h +++ b/src/libs/utils/icon.h @@ -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;