projects
/
profile
/
ivi
/
qtbase.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4dac6fc
)
fix #includes
author
Mark Brand
<mabrand@mabrand.nl>
Sat, 29 Sep 2012 11:12:31 +0000
(13:12 +0200)
committer
The Qt Project
<gerrit-noreply@qt-project.org>
Tue, 2 Oct 2012 13:57:58 +0000
(15:57 +0200)
Change-Id: Ia33d7ef08e43bad95d57823e37757a09e53493b9
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
src/sql/models/qsqltablemodel_p.h
patch
|
blob
|
history
diff --git
a/src/sql/models/qsqltablemodel_p.h
b/src/sql/models/qsqltablemodel_p.h
index
462ff96
..
2322af7
100644
(file)
--- a/
src/sql/models/qsqltablemodel_p.h
+++ b/
src/sql/models/qsqltablemodel_p.h
@@
-53,8
+53,9
@@
// We mean it.
//
// We mean it.
//
-#include "QtCore/qmap.h"
#include "private/qsqlquerymodel_p.h"
#include "private/qsqlquerymodel_p.h"
+#include "QtSql/qsqlindex.h"
+#include "QtCore/qmap.h"
QT_BEGIN_NAMESPACE
QT_BEGIN_NAMESPACE