aboutsummaryrefslogtreecommitdiffstats
path: root/src/ivimedia/qivitunerstation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivimedia/qivitunerstation.h')
-rw-r--r--src/ivimedia/qivitunerstation.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ivimedia/qivitunerstation.h b/src/ivimedia/qivitunerstation.h
index b1e7f4b..715b62d 100644
--- a/src/ivimedia/qivitunerstation.h
+++ b/src/ivimedia/qivitunerstation.h
@@ -84,8 +84,8 @@ public:
virtual QString name() const override;
virtual QString type() const override;
- bool operator==(const QIviTunerStation &other);
- inline bool operator!=(const QIviTunerStation &other) { return !(*this == other); }
+ bool operator==(const QIviTunerStation &other) const;
+ inline bool operator!=(const QIviTunerStation &other) const { return !(*this == other); }
private:
QSharedDataPointer<QIviTunerStationPrivate> d;
@@ -108,8 +108,8 @@ public:
virtual void setBand(QIviAmFmTuner::Band band);
virtual QString type() const override;
- bool operator==(const QIviAmFmTunerStation &other);
- inline bool operator!=(const QIviAmFmTunerStation &other) { return !(*this == other); }
+ bool operator==(const QIviAmFmTunerStation &other) const;
+ inline bool operator!=(const QIviAmFmTunerStation &other) const { return !(*this == other); }
private:
QSharedDataPointer<QIviAmFmTunerStationPrivate> d;