Fix ifdefs for WITH_PYTHONQT.
This commit is contained in:
parent
0d6daf11b5
commit
46787222c9
@ -150,7 +150,11 @@ DebugWindow::DebugWindow()
|
||||
#endif
|
||||
|
||||
connect( modulesListView->selectionModel(), &QItemSelectionModel::selectionChanged,
|
||||
this, [ this, moduleConfigModel, pythonConsoleButton ]
|
||||
this, [ this, moduleConfigModel
|
||||
#ifdef WITH_PYTHONQT
|
||||
, pythonConsoleButton
|
||||
#endif
|
||||
]
|
||||
{
|
||||
QString moduleName = modulesListView->currentIndex().data().toString();
|
||||
Module* module = ModuleManager::instance()->moduleInstance( moduleName );
|
||||
|
Loading…
Reference in New Issue
Block a user