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:
@@ -71,7 +71,6 @@ using namespace QmlDebug;
|
||||
namespace QmlProfiler {
|
||||
namespace Internal {
|
||||
|
||||
/////////////////////////////////////////////////////////
|
||||
class QmlProfilerTraceView::QmlProfilerTraceViewPrivate
|
||||
{
|
||||
public:
|
||||
@@ -164,7 +163,6 @@ QmlProfilerTraceView::~QmlProfilerTraceView()
|
||||
delete d;
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////
|
||||
bool QmlProfilerTraceView::hasValidSelection() const
|
||||
{
|
||||
QQuickItem *rootObject = d->m_mainView->rootObject();
|
||||
@@ -227,7 +225,6 @@ void QmlProfilerTraceView::selectByEventIndex(int modelId, int eventIndex)
|
||||
Q_ARG(QVariant, QVariant(eventIndex)));
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////
|
||||
// Goto source location
|
||||
void QmlProfilerTraceView::updateCursorPosition()
|
||||
{
|
||||
@@ -252,8 +249,6 @@ void QmlProfilerTraceView::mouseReleaseEvent(QMouseEvent *event)
|
||||
QWidget::mouseReleaseEvent(event);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
// Context menu
|
||||
void QmlProfilerTraceView::contextMenuEvent(QContextMenuEvent *ev)
|
||||
{
|
||||
showContextMenu(ev->globalPos());
|
||||
@@ -301,8 +296,6 @@ void QmlProfilerTraceView::showContextMenu(QPoint position)
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
||||
void QmlProfilerTraceView::changeEvent(QEvent *e)
|
||||
{
|
||||
if (e->type() == QEvent::EnabledChange) {
|
||||
|
||||
Reference in New Issue
Block a user