From 7a8599a99e4a41b8de61a1198abd28ed1107c70e Mon Sep 17 00:00:00 2001 From: Daniel Molkentin <daniel.molkentin@nokia.com> Date: Thu, 30 Jun 2011 15:26:43 +0200 Subject: [PATCH] fix superflous comma Change-Id: I87db58828035d4f2ff29285b7fb8a0acbaeda068 Reviewed-on: http://codereview.qt.nokia.com/953 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com> --- src/plugins/qtsupport/exampleslistmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qtsupport/exampleslistmodel.h b/src/plugins/qtsupport/exampleslistmodel.h index 44a9a2aa00e..99218a091c6 100644 --- a/src/plugins/qtsupport/exampleslistmodel.h +++ b/src/plugins/qtsupport/exampleslistmodel.h @@ -3,7 +3,7 @@ #include <QAbstractListModel> #include <QStringList> -#include <QtCore/QXmlStreamReader>; +#include <QtCore/QXmlStreamReader> #include <QtGui/QSortFilterProxyModel> namespace QtSupport { -- GitLab