src: Reviewed old files touched by bookmarks commit

* Removed some unused changes
* Disabled "No IDE connected" message in status bar
* Use threaded functor in status bar view
This commit is contained in:
Eberhard Graether
2017-02-13 20:55:37 +01:00
parent 637da119aa
commit d527991b46
7 changed files with 23 additions and 32 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ QtStatusBar::QtStatusBar()
connect(&m_errorButton, SIGNAL(clicked()), this, SLOT(showErrors()));
m_ideStatusText.setText("No IDE connected");
// m_ideStatusText.setText("No IDE connected"); // don't display this until all plugins support ping
addWidget(&m_ideStatusText);
}