Skip to content
Snippets Groups Projects
Commit f6c70645 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Removed dangerous unfinished code.

parent 28c9b39b
No related branches found
No related tags found
No related merge requests found
...@@ -496,10 +496,10 @@ void Inspector::debuggerStateChanged(int newState) ...@@ -496,10 +496,10 @@ void Inspector::debuggerStateChanged(int newState)
void Inspector::reloadQmlViewer() void Inspector::reloadQmlViewer()
{ {
qDebug() << "TODO:" << Q_FUNC_INFO; qDebug() << Q_FUNC_INFO;
int currentEngineId = 0; qDebug() << "TODO: set up the current engine id and restart the viewer";
#warning set up the current engine id #warning set up the current engine id
m_clientProxy->reloadQmlViewer(currentEngineId); // m_clientProxy->reloadQmlViewer(currentEngineId);
} }
void Inspector::setSimpleDockWidgetArrangement() void Inspector::setSimpleDockWidgetArrangement()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment