Skip to content

Commit acf401d

Browse files
committed
Fixing Forwarder
1 parent 02c9046 commit acf401d

File tree

3 files changed

+95
-59
lines changed

3 files changed

+95
-59
lines changed

include/forwarder/MessageForwarder.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ public slots:
6363
void handleSettingsUpdate(settings::type type, const QJsonDocument &config);
6464

6565
void init();
66-
void connect(quint8 instanceID);
66+
bool connect(quint8 instanceID);
6767
void disconnect(quint8 instanceID);
68+
void start();
6869
void stop();
6970

7071
private slots:
@@ -169,5 +170,6 @@ public slots:
169170
private:
170171

171172
QList<QSharedPointer<FlatBufferConnection>> _forwardClients;
173+
172174
bool _isFree;
173175
};

0 commit comments

Comments
 (0)