mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05:00
Fix ifdefs for WITH_PYTHONQT.
This commit is contained in:
parent
0d6daf11b5
commit
46787222c9
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue