forked from qt-creator/qt-creator
Initialize m_priority in ITextMark
Change-Id: I8d776732729a7c67ae4fe5405f65ae5de7284845 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -59,7 +59,7 @@ class TEXTEDITOR_EXPORT ITextMark : public QObject
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
ITextMark(QObject *parent = 0) : QObject(parent) {}
|
ITextMark(QObject *parent = 0) : QObject(parent), m_priority(NormalPriority) {}
|
||||||
|
|
||||||
// determine order on markers on the same line.
|
// determine order on markers on the same line.
|
||||||
enum Priority
|
enum Priority
|
||||||
|
|||||||
Reference in New Issue
Block a user