forked from qt-creator/qt-creator
QmlProfiler: Remove separator comments
It's not clear what they're supposed to tell us. Change-Id: I62f4fb1265396b8d61df0ce6e3409f0eda677170 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
@@ -79,11 +79,6 @@ struct RootEventType : public QmlProfilerDataModel::QmlEventTypeData {
|
||||
Q_GLOBAL_STATIC(Colors, colors)
|
||||
Q_GLOBAL_STATIC(RootEventType, rootEventType)
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class EventsViewItem : public QStandardItem
|
||||
{
|
||||
public:
|
||||
@@ -113,8 +108,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class QmlProfilerEventsWidget::QmlProfilerEventsWidgetPrivate
|
||||
{
|
||||
public:
|
||||
@@ -363,8 +356,6 @@ bool QmlProfilerEventsWidget::showQml() const
|
||||
d->modelProxy->eventTypeAccepted(Creating);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class QmlProfilerEventsMainView::QmlProfilerEventsMainViewPrivate
|
||||
{
|
||||
public:
|
||||
@@ -386,9 +377,6 @@ public:
|
||||
bool m_preventSelectBounce;
|
||||
};
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
QmlProfilerEventsMainView::QmlProfilerEventsMainView(QWidget *parent,
|
||||
QmlProfilerEventsModelProxy *modelProxy)
|
||||
: QmlProfilerTreeView(parent), d(new QmlProfilerEventsMainViewPrivate(this))
|
||||
@@ -861,8 +849,6 @@ void QmlProfilerEventsMainView::copyRowToClipboard() const
|
||||
clipboard->setText(str, QClipboard::Clipboard);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class QmlProfilerEventRelativesView::QmlProfilerEventParentsViewPrivate
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user