Boost small paint events a little when no scale is shown

Like this you can see if the frame rate is low, even if there aren't
many animations.

Change-Id: Ib9c759278d4c5e7e4bff94737e2ced87791f2e4b
Task-number: QTCREATORBUG-12589
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Ulf Hermann
2014-07-02 11:06:56 +02:00
parent 342cb69dda
commit dcb14c4bc0
3 changed files with 19 additions and 6 deletions

View File

@@ -32,8 +32,6 @@
namespace QmlProfiler {
static const int DefaultRowHeight = 30;
AbstractTimelineModel::AbstractTimelineModel(AbstractTimelineModelPrivate *dd,
const QString &name, const QString &label, QmlDebug::Message message,
QmlDebug::RangeType rangeType, QObject *parent) :