summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlprivate.h
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-05-26 22:24:13 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-05-26 22:24:13 (GMT)
commita43ea2e6f5feffa44119a54e25a9fffdd435c389 (patch)
tree3b7e2e86ff50bd59ec1c08ab9afa6b9a07ba0c32 /src/declarative/qml/qmlprivate.h
parentb5a56055d76992cab6c226c29fed8ac791564728 (diff)
downloadQt-a43ea2e6f5feffa44119a54e25a9fffdd435c389.zip
Qt-a43ea2e6f5feffa44119a54e25a9fffdd435c389.tar.gz
Qt-a43ea2e6f5feffa44119a54e25a9fffdd435c389.tar.bz2
Remove more unneeded semicolons.
Diffstat (limited to 'src/declarative/qml/qmlprivate.h')
-rw-r--r--src/declarative/qml/qmlprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlprivate.h b/src/declarative/qml/qmlprivate.h
index 2a9c503..62524aa 100644
--- a/src/declarative/qml/qmlprivate.h
+++ b/src/declarative/qml/qmlprivate.h
@@ -237,7 +237,7 @@ namespace QmlPrivate
return new T(other);
}
};
-};
+}
template<typename T>
int QmlPrivate::list_op(QmlPrivate::ListOp op, int val,