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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user