Skip to content
Snippets Groups Projects
Commit 7a8599a9 authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

fix superflous comma

Change-Id: I87db58828035d4f2ff29285b7fb8a0acbaeda068
Reviewed-on: http://codereview.qt.nokia.com/953


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarEike Ziller <eike.ziller@nokia.com>
parent b6c45986
No related merge requests found
......@@ -3,7 +3,7 @@
#include <QAbstractListModel>
#include <QStringList>
#include <QtCore/QXmlStreamReader>;
#include <QtCore/QXmlStreamReader>
#include <QtGui/QSortFilterProxyModel>
namespace QtSupport {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment