summaryrefslogtreecommitdiffstats
path: root/examples/sql/querymodel/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/querymodel/main.cpp')
-rw-r--r--examples/sql/querymodel/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/sql/querymodel/main.cpp b/examples/sql/querymodel/main.cpp
index 8c5af768e3..a4680f7fe8 100644
--- a/examples/sql/querymodel/main.cpp
+++ b/examples/sql/querymodel/main.cpp
@@ -8,8 +8,6 @@
#include <QApplication>
#include <QTableView>
-#include <stdlib.h>
-
void initializeModel(QSqlQueryModel *model)
{
model->setQuery("select * from person");