ITextMark: Remove parent parameter

Noone uses it

Change-Id: I40edddfdd3dbcab72e6c8892bb19aac9cbea045e
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Daniel Teske
2012-02-08 18:17:40 +01:00
committed by hjk
parent b9b117aabb
commit 72ad38ac0b

View File

@@ -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