diff --git a/KomplexHubPlugin/common/qwallet.h b/KomplexHubPlugin/common/qwallet.h index 55f3203..dffa66d 100644 --- a/KomplexHubPlugin/common/qwallet.h +++ b/KomplexHubPlugin/common/qwallet.h @@ -30,7 +30,7 @@ * @brief The QWallet class * QWallet is a QFuture wrapper for QtKeychain to make interaction with the keychain easier */ -class KOMPLEX_EXPORT QWallet : QObject +class KOMPLEX_EXPORT QWallet : public QObject { Q_OBJECT