forked from qt-creator/qt-creator
		
	QmlProfiler: Remove some dead code
Change-Id: I2efd48a4dc13cc3996eda994eb4a046c101ad3e9 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
		| @@ -232,18 +232,6 @@ void QmlProfilerRunControl::wrongSetupMessageBoxFinished(int button) | ||||
|     } | ||||
| } | ||||
|  | ||||
| void QmlProfilerRunControl::showNonmodalWarning(const QString &warningMsg) | ||||
| { | ||||
|     QMessageBox *noExecWarning = new QMessageBox(ICore::mainWindow()); | ||||
|     noExecWarning->setIcon(QMessageBox::Warning); | ||||
|     noExecWarning->setWindowTitle(tr("QML Profiler")); | ||||
|     noExecWarning->setText(warningMsg); | ||||
|     noExecWarning->setStandardButtons(QMessageBox::Ok); | ||||
|     noExecWarning->setDefaultButton(QMessageBox::Ok); | ||||
|     noExecWarning->setModal(false); | ||||
|     noExecWarning->show(); | ||||
| } | ||||
|  | ||||
| void QmlProfilerRunControl::notifyRemoteSetupDone(quint16 port) | ||||
| { | ||||
|     d->m_noDebugOutputTimer.stop(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user