From a56532a04770fe7999f0ba41a59e1243b30d62ae Mon Sep 17 00:00:00 2001 From: Digital Artifex <7929434+DigitalArtifex@users.noreply.github.com> Date: Sat, 15 Aug 2026 02:34:33 -0400 Subject: [PATCH] Corrected QObject visibility --- KomplexHubPlugin/common/qwallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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