aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/localstorage/plugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/imports/localstorage/plugin.cpp b/src/imports/localstorage/plugin.cpp
index 84b0b2387a..2de47b232a 100644
--- a/src/imports/localstorage/plugin.cpp
+++ b/src/imports/localstorage/plugin.cpp
@@ -138,7 +138,6 @@ DEFINE_OBJECT_VTABLE(QV4::QQmlSqlDatabaseWrapper);
QV4::Heap::QQmlSqlDatabaseWrapper::QQmlSqlDatabaseWrapper(ExecutionEngine *e)
: QV4::Heap::Object(e)
{
- setVTable(QV4::QQmlSqlDatabaseWrapper::staticVTable());
type = Database;
}