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