Skip to content
Snippets Groups Projects
Commit cfb64a72 authored by Bryan Godbolt's avatar Bryan Godbolt
Browse files

housekeeping

parent 15161eec
No related branches found
No related tags found
No related merge requests found
...@@ -35,13 +35,13 @@ class OpalLink : public LinkInterface ...@@ -35,13 +35,13 @@ class OpalLink : public LinkInterface
qint64 getBitsReceived(); qint64 getBitsReceived();
virtual bool connect() = 0; bool connect();
virtual bool disconnect() = 0; bool disconnect();
virtual qint64 bytesAvailable() = 0; qint64 bytesAvailable();
public slots: public slots:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment