forked from qt-creator/qt-creator
Having an additional MouseArea as child of a ScrollView or a Flickable is not well defined and leads to inconsistent behavior on different systems. We can easily catch the relevant events in the FlameGraph item itself. Also, don't redirect the typeSelected() signals through the model. They don't belong there. Change-Id: I77c17977b5a51d57ccd2ef880d3d6c6a604b7f78 Task-number: QTCREATORBUG-20573 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
22 lines
473 B
Prolog
22 lines
473 B
Prolog
include(../../../qtcreator.pri)
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = \
|
|
flamegraph \
|
|
flamegraphview \
|
|
timelineabstractrenderer \
|
|
timelineitemsrenderpass \
|
|
timelinemodel \
|
|
timelinemodelaggregator \
|
|
timelinenotesmodel \
|
|
timelinenotesrenderpass \
|
|
timelineoverviewrenderer \
|
|
timelinerenderer \
|
|
timelinerenderpass \
|
|
timelinerenderstate \
|
|
timelineselectionrenderpass \
|
|
timelinezoomcontrol
|
|
|
|
OTHER_FILES += \
|
|
tracingautotest.qbs
|