forked from qt-creator/qt-creator
QmlProfiler: Move timeline classes into own namespace
The new namespace "Timeline" is for classes that are supposed to go to the generic timeline library later. Change-Id: I1f6dce59de2c37398b1ed89473e1a94ec020104b Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include <QHash>
|
||||
|
||||
namespace QmlProfiler {
|
||||
class QMLPROFILER_EXPORT QmlProfilerNotesModel : public TimelineNotesModel {
|
||||
class QMLPROFILER_EXPORT QmlProfilerNotesModel : public Timeline::TimelineNotesModel {
|
||||
Q_OBJECT
|
||||
public:
|
||||
QmlProfilerNotesModel(QObject *parent);
|
||||
@@ -51,5 +51,5 @@ protected:
|
||||
|
||||
int add(int typeId, qint64 startTime, qint64 duration, const QString &text);
|
||||
};
|
||||
}
|
||||
#endif // NOTESMODEL_H
|
||||
} // namespace QmlProfiler
|
||||
#endif // QMLPROFILERNOTESMODEL_H
|
||||
|
||||
Reference in New Issue
Block a user