Corrected QObject visibility
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user