QmlProfiler: Reduce external interface of QQmlProfilerEventsWidget

Change-Id: I06a610cca606b98bc3f5741c1363b98f2b28d7eb
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2015-12-04 13:02:12 +01:00
parent 01e4ba4a10
commit df4e46ff02
5 changed files with 28 additions and 38 deletions

View File

@@ -57,8 +57,8 @@ public:
bool hasValidSelection() const;
qint64 selectionStart() const;
qint64 selectionEnd() const;
bool hasGlobalStats() const;
void getStatisticsInRange(qint64 rangeStart, qint64 rangeEnd);
bool isEventsRestrictedToRange() const;
void restrictEventsToRange(qint64 rangeStart, qint64 rangeEnd);
void raiseTimeline();