summaryrefslogtreecommitdiffstats
path: root/src/controllers/bulk/bulkcontroller.cpp
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-04-09 23:52:31 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-04-10 00:17:00 +0200
commite122b791fcbcea6b35cc427332d155bb765091a2 (patch)
tree4a1f596ec0c0899984be3ef764eeb257b94cfacd /src/controllers/bulk/bulkcontroller.cpp
parentcfc41426326019c8afe868b3a1105ee1cbbacb88 (diff)
controllers/bulk: Fix BulkController constructor
Diffstat (limited to 'src/controllers/bulk/bulkcontroller.cpp')
-rw-r--r--src/controllers/bulk/bulkcontroller.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controllers/bulk/bulkcontroller.cpp b/src/controllers/bulk/bulkcontroller.cpp
index 49468b1cea..18306782ac 100644
--- a/src/controllers/bulk/bulkcontroller.cpp
+++ b/src/controllers/bulk/bulkcontroller.cpp
@@ -69,11 +69,11 @@ static QString get_string(libusb_device_handle *handle, u_int8_t id) {
return QString::fromLatin1((char*)buf);
}
-BulkController::BulkController(UserSettingsPointer pConfig,
+BulkController::BulkController(
libusb_context* context,
libusb_device_handle* handle,
struct libusb_device_descriptor* desc)
- : Controller(pConfig),
+ : Controller(),
m_context(context),
m_phandle(handle),
in_epaddr(0),