Skip to content

Commit

Permalink
Compile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 committed Jun 15, 2024
1 parent ef36075 commit 114e626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/qt_deviceconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ DeviceConfig::ProcessConfig(void *dc, const void *c, const bool is_dep, const bo
}

void
DeviceConfig::ConfigureDevice(const _device_ *device, int instance, QWidget *settings = nullptr, void* devicePriv = nullptr)
DeviceConfig::ConfigureDevice(const _device_ *device, int instance, QWidget *settings, void* devicePriv)
{
DeviceConfig dc(settings);
dc.setWindowTitle(QString("%1 Device Configuration").arg(device->name));
Expand Down

0 comments on commit 114e626

Please sign in to comment.