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:
@@ -40,11 +40,12 @@
|
||||
namespace QmlProfiler {
|
||||
namespace Internal {
|
||||
|
||||
class QmlProfilerBindingLoopsRenderPass : public TimelineRenderPass
|
||||
class QmlProfilerBindingLoopsRenderPass : public Timeline::TimelineRenderPass
|
||||
{
|
||||
public:
|
||||
static const QmlProfilerBindingLoopsRenderPass *instance();
|
||||
State *update(const TimelineRenderer *renderer, const TimelineRenderState *parentState,
|
||||
State *update(const Timeline::TimelineRenderer *renderer,
|
||||
const Timeline::TimelineRenderState *parentState,
|
||||
State *oldState, int indexFrom, int indexTo, bool stateChanged,
|
||||
qreal spacing) const;
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user