Skip to content

Commit

Permalink
DeviceConfig change (part 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 authored Feb 2, 2024
1 parent 4543db0 commit 036790e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/qt/qt_deviceconfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define QT_DEVICECONFIG_HPP

#include <QDialog>
#include <QWidget>

#include "qt_settings.hpp"

Expand All @@ -22,7 +23,7 @@ class DeviceConfig : public QDialog {
explicit DeviceConfig(QWidget *parent = nullptr);
~DeviceConfig();

static void ConfigureDevice(const _device_ *device, int instance = 0, Settings *settings = nullptr, bool atRuntime = false);
static void ConfigureDevice(const _device_ *device, int instance = 0, QWidget *settings = nullptr, bool atRuntime = false);
static QString DeviceName(const _device_ *device, const char *internalName, int bus);

private:
Expand Down

0 comments on commit 036790e

Please sign in to comment.