mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-06 16:05:13 -04:00
Support compilation on Qt platforms that don't support processes (i.e. WebAssembly).
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
#include "commandsdialog.h"
|
||||
#include "ui_commandsdialog.h"
|
||||
|
||||
#if QT_CONFIG(process)
|
||||
|
||||
CommandsDialog::CommandsDialog(QWidget* parent) :
|
||||
QDialog(parent),
|
||||
ui(new Ui::CommandsDialog),
|
||||
@@ -309,3 +311,5 @@ QTreeWidgetItem* CommandsDialog::addCommandToTree(const Command* command)
|
||||
//updatePresetControls();
|
||||
return item;
|
||||
}
|
||||
|
||||
#endif // QT_CONFIG(process)
|
||||
|
||||
Reference in New Issue
Block a user