QIconLoader: don't inherit QObject

QIconLoader did not use the services from QObject and the
Q_OBJECT macro was missing, too, so external code couldn't
have used it in a qobject_cast or inherits(), either.

Change-Id: I1f33dd540fa2ded48d871d848a77eee743a4e3c0
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
bb10
Marc Mutz 2014-08-23 09:59:05 +02:00
parent 87ccab8bd6
commit 7c6a4276f0
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ private:
bool m_valid;
};
class Q_GUI_EXPORT QIconLoader : public QObject
class Q_GUI_EXPORT QIconLoader
{
public:
QIconLoader();