X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Ficon.h;h=2586f824ef42b80dbafae0af827c24ae27c52494;hb=9ba9f4c7b0122803fe0d73a8556b1506e77d32a4;hp=7ca184484cce53c1a9e07327b451a72b2571e12c;hpb=71d7e1a6931b5edfa3fd15de5ad82bbca25d1426;p=quassel.git diff --git a/src/uisupport/icon.h b/src/uisupport/icon.h index 7ca18448..2586f824 100644 --- a/src/uisupport/icon.h +++ b/src/uisupport/icon.h @@ -31,8 +31,11 @@ class Icon : public QIcon { public: - //explicit Icon(); + Icon(); explicit Icon(const QString &iconName); + explicit Icon(const QIcon& copy); + + Icon& operator=(const Icon &other); }; #endif