forked from qt-creator/qt-creator
QmlProfiler: Rename QmlProfilerNotesModel::add()
The parent class has a public add() method which has to be qualified if the child class has a protected one. Change-Id: I6d61d6123618fc0b5065893656b36559aa5298be Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -47,6 +47,6 @@ public:
|
||||
protected:
|
||||
QVector<QmlNote> m_notes;
|
||||
|
||||
int add(int typeId, qint64 startTime, qint64 duration, const QString &text);
|
||||
int addQmlNote(int typeId, qint64 startTime, qint64 duration, const QString &text);
|
||||
};
|
||||
} // namespace QmlProfiler
|
||||
|
||||
Reference in New Issue
Block a user