summaryrefslogtreecommitdiff
path: root/examples/quick/controls/calendar/src/sqleventmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/controls/calendar/src/sqleventmodel.cpp')
-rw-r--r--examples/quick/controls/calendar/src/sqleventmodel.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/quick/controls/calendar/src/sqleventmodel.cpp b/examples/quick/controls/calendar/src/sqleventmodel.cpp
index 95a62843..92e558ef 100644
--- a/examples/quick/controls/calendar/src/sqleventmodel.cpp
+++ b/examples/quick/controls/calendar/src/sqleventmodel.cpp
@@ -45,8 +45,7 @@
#include <QSqlError>
#include <QSqlQuery>
-SqlEventModel::SqlEventModel() :
- QSqlQueryModel()
+SqlEventModel::SqlEventModel()
{
createConnection();
}