Skip to content

Commit

Permalink
Fix Print order
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelballantyne authored Jan 12, 2025
1 parent 0d3d9d8 commit c624ccf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions qhookermain.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ class qhookerMain : public QObject

QList<QSerialPortInfo> serialFoundList;

QList<QSerialPortInfo> validDevices;

QHash<QString, QString> settingsMap;

void LoadConfig(QString name);

void SerialInit();

void PrintDeviceInfo();

bool GameSearching(QString input);

bool GameStarted(QString input);
Expand All @@ -55,6 +55,8 @@ class qhookerMain : public QObject

QString customPath;

void PrintDeviceInfo(const QList<QSerialPortInfo> &devices);

void quit();

signals:
Expand Down

0 comments on commit c624ccf

Please sign in to comment.