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:
@@ -32,8 +32,7 @@
|
||||
#include "timelinerenderstate.h"
|
||||
#include "qmlprofilernotesmodel.h"
|
||||
|
||||
namespace QmlProfiler {
|
||||
namespace Internal {
|
||||
namespace Timeline {
|
||||
|
||||
struct Point2DWithDistanceFromTop {
|
||||
float x, y, d;
|
||||
@@ -255,5 +254,4 @@ void Point2DWithDistanceFromTop::set(float nx, float ny, float nd)
|
||||
x = nx; y = ny; d = nd;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
} // namespace Timeline
|
||||
|
||||
Reference in New Issue
Block a user