forked from qt-creator/qt-creator
Core: Remove ICore::appMainWindow()
Not seriously needed. Change-Id: Ide001ce83f9e86306f5d13597716d2ab0d50abbf Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -462,11 +462,6 @@ QWidget *ICore::mainWindow()
|
||||
return m_mainwindow;
|
||||
}
|
||||
|
||||
Utils::AppMainWindow *ICore::appMainWindow()
|
||||
{
|
||||
return m_mainwindow;
|
||||
}
|
||||
|
||||
QStatusBar *ICore::statusBar()
|
||||
{
|
||||
return m_mainwindow->statusBar();
|
||||
|
||||
Reference in New Issue
Block a user