Skip to content

Commit

Permalink
Comms: Convert LogReplayLink to Signals/Slots
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Oct 25, 2024
1 parent 34cdb6b commit 39016bf
Show file tree
Hide file tree
Showing 3 changed files with 351 additions and 411 deletions.
2 changes: 1 addition & 1 deletion src/Comms/LinkInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class LinkInterface : public QThread
Q_INVOKABLE virtual void disconnect() = 0;

virtual bool isConnected() const = 0;
virtual bool isLogReplay() { return false; }
virtual bool isLogReplay() const { return false; }
virtual bool isSecureConnection() { return false; } ///< Returns true if the connection is secure (e.g. USB, wired ethernet)

SharedLinkConfigurationPtr linkConfiguration() { return _config; }
Expand Down
Loading

0 comments on commit 39016bf

Please sign in to comment.