aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmllocalstorage/qqmllocalstorage_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmllocalstorage/qqmllocalstorage_p.h')
-rw-r--r--src/qmllocalstorage/qqmllocalstorage_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmllocalstorage/qqmllocalstorage_p.h b/src/qmllocalstorage/qqmllocalstorage_p.h
index 94d46d5fa6..510ee78dbe 100644
--- a/src/qmllocalstorage/qqmllocalstorage_p.h
+++ b/src/qmllocalstorage/qqmllocalstorage_p.h
@@ -23,7 +23,7 @@
QT_BEGIN_NAMESPACE
-class Q_QMLLOCALSTORAGE_PRIVATE_EXPORT QQmlLocalStorage : public QObject
+class Q_QMLLOCALSTORAGE_EXPORT QQmlLocalStorage : public QObject
{
Q_OBJECT
QML_NAMED_ELEMENT(LocalStorage)
@@ -34,7 +34,7 @@ public:
QQmlLocalStorage(QObject *parent = nullptr) : QObject(parent) {}
~QQmlLocalStorage() override = default;
- Q_INVOKABLE void openDatabaseSync(QQmlV4Function* args);
+ Q_INVOKABLE void openDatabaseSync(QQmlV4FunctionPtr args);
};
QT_END_NAMESPACE