Skip to content
Snippets Groups Projects
Commit ae682956 authored by Bryant's avatar Bryant
Browse files

Forgot to set some members of XbeeLinkInterface to const as well

parent d0af5b03
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ class XbeeLinkInterface : public LinkInterface
Q_OBJECT
public:
virtual QString getPortName() = 0;
virtual int getBaudRate() = 0;
virtual QString getPortName() const = 0;
virtual int getBaudRate() const = 0;
public slots:
virtual bool setPortName(QString portName) = 0;
......
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