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

Forgot to set some members of XbeeLinkInterface to const as well

parent 7095cf28
No related branches found
No related tags found
No related merge requests found
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment