Commit 975f4106 authored by Bryant's avatar Bryant

Forgot to set some members of XbeeLinkInterface to const as well

parent 7095cf28
...@@ -10,8 +10,8 @@ class XbeeLinkInterface : public LinkInterface ...@@ -10,8 +10,8 @@ class XbeeLinkInterface : public LinkInterface
Q_OBJECT Q_OBJECT
public: public:
virtual QString getPortName() = 0; virtual QString getPortName() const = 0;
virtual int getBaudRate() = 0; virtual int getBaudRate() const = 0;
public slots: public slots:
virtual bool setPortName(QString portName) = 0; virtual bool setPortName(QString portName) = 0;
......
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