forked from qt-creator/qt-creator
Core: Simplify MainWindow::init() signature
And adapt its only user. Change-Id: Ifc1f6c7857951d6e1a68f5bc909146e9689c5428 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -288,13 +288,10 @@ MainWindow::~MainWindow()
|
||||
m_jsExpander = nullptr;
|
||||
}
|
||||
|
||||
bool MainWindow::init(QString *errorMessage)
|
||||
void MainWindow::init()
|
||||
{
|
||||
Q_UNUSED(errorMessage)
|
||||
|
||||
m_progressManager->init(); // needs the status bar manager
|
||||
MessageManager::init();
|
||||
return true;
|
||||
}
|
||||
|
||||
void MainWindow::extensionsInitialized()
|
||||
|
||||
Reference in New Issue
Block a user