summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRoland Wolf <ext-roland.wolf@nokia.com>2010-09-07 09:32:16 (GMT)
committerRoland Wolf <ext-roland.wolf@nokia.com>2010-09-08 10:28:16 (GMT)
commitdea1c74bfe9006ee23ff08d0f99614bfdddb42a8 (patch)
tree609e9c3b063cf4bfd2cc9ce8028181fcef4034ac /examples
parent2f50f7e98413a375c843dba174e8a7b92906a117 (diff)
downloadQt-dea1c74bfe9006ee23ff08d0f99614bfdddb42a8.zip
Qt-dea1c74bfe9006ee23ff08d0f99614bfdddb42a8.tar.gz
Qt-dea1c74bfe9006ee23ff08d0f99614bfdddb42a8.tar.bz2
minor formatting fix
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/tutorials/modelview/6_treeview/mainwindow.h2
-rwxr-xr-xexamples/tutorials/modelview/7_selections/mainwindow.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/tutorials/modelview/6_treeview/mainwindow.h b/examples/tutorials/modelview/6_treeview/mainwindow.h
index dcc9284..16d3140 100755
--- a/examples/tutorials/modelview/6_treeview/mainwindow.h
+++ b/examples/tutorials/modelview/6_treeview/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 QStandardItem;
diff --git a/examples/tutorials/modelview/7_selections/mainwindow.h b/examples/tutorials/modelview/7_selections/mainwindow.h
index 5dc973c..0d2dd0e 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;