We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfad4eb commit 3f9c851Copy full SHA for 3f9c851
qhookermain.cpp
@@ -217,7 +217,7 @@ void qhookerMain::AddNewDevices(const QList<QSerialPortInfo> &newDevices)
217
printf("\n");
218
219
// Keep track of assigned PIDs and check for duplicates
220
- QSet<int32_t> newPids;
+ QSet<uint32_t> newPids;
221
bool duplicateProductIds = false;
222
int i = 0;
223
qhookermain.h
@@ -28,7 +28,7 @@ class qhookerMain : public QObject
28
29
QList<QSerialPortInfo> validDevices;
30
31
- QSet<int32_t> validIDs;
+ QSet<uint32_t> validIDs;
32
33
QHash<QString, QString> settingsMap;
34
0 commit comments