summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra/qmlsqlquery.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/extra/qmlsqlquery.h')
-rw-r--r--src/declarative/extra/qmlsqlquery.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/extra/qmlsqlquery.h b/src/declarative/extra/qmlsqlquery.h
index dca3596..7aa0709 100644
--- a/src/declarative/extra/qmlsqlquery.h
+++ b/src/declarative/extra/qmlsqlquery.h
@@ -123,6 +123,9 @@ public:
public slots:
void exec();
+protected:
+ void timerEvent(QTimerEvent *);
+
private slots:
void resetBinds();
void resetQuery();