forked from qt-creator/qt-creator
ProjectExplorerPlugin: Make settings accessor static
Change-Id: Ic4c78e4d2eefeefe55e2868a7f9db1eca52c3863 Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -146,7 +146,7 @@ CompileOutputWindow::~CompileOutputWindow()
|
||||
|
||||
void CompileOutputWindow::updateWordWrapMode()
|
||||
{
|
||||
m_outputWindow->setWordWrapEnabled(ProjectExplorerPlugin::instance()->projectExplorerSettings().wrapAppOutput);
|
||||
m_outputWindow->setWordWrapEnabled(ProjectExplorerPlugin::projectExplorerSettings().wrapAppOutput);
|
||||
}
|
||||
|
||||
bool CompileOutputWindow::hasFocus() const
|
||||
|
||||
Reference in New Issue
Block a user