Corrected QObject visibility

This commit is contained in:
Digital Artifex
2026-08-15 02:34:33 -04:00
parent ab0ab4b4fb
commit a56532a047
+1 -1
View File
@@ -30,7 +30,7 @@
* @brief The QWallet class * @brief The QWallet class
* QWallet is a QFuture wrapper for QtKeychain to make interaction with the keychain easier * 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 Q_OBJECT