QmlProfiler: Remove pointless struct

Change-Id: I9a67048ba5c4dfc238c9f8456601922c4528a53c
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Ulf Hermann
2014-03-07 17:35:35 +01:00
parent c3f8f62f2a
commit 14dc364c2e

View File

@@ -45,12 +45,6 @@
namespace QmlProfiler {
namespace Internal {
struct CategorySpan {
bool expanded;
int expandedRows;
int contractedRows;
};
class PaintEventsModelProxy::PaintEventsModelProxyPrivate :
public SortedTimelineModel<QmlPaintEventData,
SingleCategoryTimelineModel::SingleCategoryTimelineModelPrivate>