Commit cfb64a72 authored by Bryan Godbolt's avatar Bryan Godbolt

housekeeping

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