diff --git a/qt/pool.h b/qt/pool.h index 001e07f2..6d8d54aa 100644 --- a/qt/pool.h +++ b/qt/pool.h @@ -35,7 +35,7 @@ namespace AppStream { * See http://www.freedesktop.org/wiki/Distributions/AppStream/ for details */ class PoolPrivate; -class APPSTREAMQT_EXPORT Pool : QObject{ +class APPSTREAMQT_EXPORT Pool : public QObject { Q_OBJECT public: Pool(QObject *parent = nullptr);