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:
Ulf Hermann
2014-12-09 11:01:23 +01:00
parent c86efd2179
commit 516c0d6020
30 changed files with 86 additions and 107 deletions

View File

@@ -48,8 +48,7 @@
#include <math.h>
using namespace QmlProfiler;
using namespace QmlProfiler::Internal;
namespace Timeline {
TimelineRenderer::TimelineRenderer(QQuickItem *parent) :
QQuickItem(parent), m_model(0), m_zoomer(0), m_notes(0),
@@ -460,3 +459,4 @@ void TimelineRenderer::setRowCountsDirty()
m_rowCountsDirty = true;
}
} // namespace Timeline