aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-03-04 21:08:12 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-05 15:14:24 +0100
commit425403d062bad165629b1420be96ab42c20c28c7 (patch)
tree7aa6ba3be535a203a7438875b359a5410f90c59a /src/qml
parent707bbe5dea9d7398b205124a54422f2fafb6f151 (diff)
Remove extra semicolon.
Change-Id: I5830f8dd2c636ad8653506c04f8ea1a9ac000f9a Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/qml/qqmlguard_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlguard_p.h b/src/qml/qml/qqmlguard_p.h
index cef4c8fb8d..455f5c93a8 100644
--- a/src/qml/qml/qqmlguard_p.h
+++ b/src/qml/qml/qqmlguard_p.h
@@ -201,7 +201,7 @@ template<class T>
T *QQmlGuard<T>::object() const
{
return static_cast<T *>(o);
-};
+}
template<class T>
void QQmlGuard<T>::setObject(T *g)