diff options
author | Roland Wolf <ext-roland.wolf@nokia.com> | 2010-09-06 14:23:27 (GMT) |
---|---|---|
committer | Roland Wolf <ext-roland.wolf@nokia.com> | 2010-09-08 10:28:16 (GMT) |
commit | 2f50f7e98413a375c843dba174e8a7b92906a117 (patch) | |
tree | dacbd9e0558e3ede94698b072b00dd795a47d3de /examples/tutorials/modelview/7_selections/mainwindow.h | |
parent | c5a7645007947e6ef00f69d2984e4ee6203cd60d (diff) | |
download | Qt-2f50f7e98413a375c843dba174e8a7b92906a117.zip Qt-2f50f7e98413a375c843dba174e8a7b92906a117.tar.gz Qt-2f50f7e98413a375c843dba174e8a7b92906a117.tar.bz2 |
fix for compilation with namespace
Diffstat (limited to 'examples/tutorials/modelview/7_selections/mainwindow.h')
-rwxr-xr-x | examples/tutorials/modelview/7_selections/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/modelview/7_selections/mainwindow.h b/examples/tutorials/modelview/7_selections/mainwindow.h index 0d2dd0e..5dc973c 100755 --- a/examples/tutorials/modelview/7_selections/mainwindow.h +++ b/examples/tutorials/modelview/7_selections/mainwindow.h @@ -43,7 +43,7 @@ #include <QtGui/QMainWindow> -QT_BEGIN_NAMESPACE // QT_BEGIN_NAMESPACE / QT_END_NAMESPACE are not needed in Qt user code +QT_BEGIN_NAMESPACE // QT_BEGIN_NAMESPACE / QT_END_NAMESPACE are not needed in Qt user code class QTreeView; //forward declarations class QStandardItemModel; class QItemSelection; |