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:
@@ -34,8 +34,7 @@
|
||||
#include <QSGVertexColorMaterial>
|
||||
#include <QtAlgorithms>
|
||||
|
||||
namespace QmlProfiler {
|
||||
namespace Internal {
|
||||
namespace Timeline {
|
||||
|
||||
class TimelineItemsMaterial : public QSGMaterial {
|
||||
public:
|
||||
@@ -453,5 +452,4 @@ void OpaqueColoredPoint2DWithSize::set(float nx, float ny, float nw, float nh, f
|
||||
r = nr; g = ng, b = nb; a = 255;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
} // namespace Timeline
|
||||
|
||||
Reference in New Issue
Block a user