Initialize m_priority in ITextMark

Change-Id: I8d776732729a7c67ae4fe5405f65ae5de7284845
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Daniel Teske
2012-02-03 16:06:50 +01:00
committed by hjk
parent 1731911c40
commit 5c85cf0ac9

View File

@@ -59,7 +59,7 @@ class TEXTEDITOR_EXPORT ITextMark : public QObject
{
Q_OBJECT
public:
ITextMark(QObject *parent = 0) : QObject(parent) {}
ITextMark(QObject *parent = 0) : QObject(parent), m_priority(NormalPriority) {}
// determine order on markers on the same line.
enum Priority