summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/modelview/1_readonly/mymodel.cpp
diff options
context:
space:
mode:
authorMichael D Scull <ext-michael.scull@nokia.com>2010-06-23 15:19:49 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-07-07 15:10:04 (GMT)
commitca10c2c5a8190cac9c2ae0526f2e250add09d6f2 (patch)
treeb139acbf3f7a5cfd25a9980f78324ff6abeca27a /examples/tutorials/modelview/1_readonly/mymodel.cpp
parent6de484f195366b560e10f95b04d2f0e7303a2b63 (diff)
downloadQt-ca10c2c5a8190cac9c2ae0526f2e250add09d6f2.zip
Qt-ca10c2c5a8190cac9c2ae0526f2e250add09d6f2.tar.gz
Qt-ca10c2c5a8190cac9c2ae0526f2e250add09d6f2.tar.bz2
correction of snippet tags
Diffstat (limited to 'examples/tutorials/modelview/1_readonly/mymodel.cpp')
-rwxr-xr-xexamples/tutorials/modelview/1_readonly/mymodel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/tutorials/modelview/1_readonly/mymodel.cpp b/examples/tutorials/modelview/1_readonly/mymodel.cpp
index ff3e2d2..3386907 100755
--- a/examples/tutorials/modelview/1_readonly/mymodel.cpp
+++ b/examples/tutorials/modelview/1_readonly/mymodel.cpp
@@ -1,3 +1,4 @@
+//! [Quoting ModelView Tutorial]
#include "mymodel.h"
MyModel::MyModel(QObject *parent)
@@ -28,3 +29,4 @@ QVariant MyModel::data(const QModelIndex &index, int role ) const
}
return QVariant();
}
+//! [Quoting ModelView Tutorial] \ No newline at end of file