summaryrefslogtreecommitdiffstats
path: root/src/slxoutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slxoutput.h')
-rw-r--r--src/slxoutput.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/slxoutput.h b/src/slxoutput.h
index c175899..4df64fa 100644
--- a/src/slxoutput.h
+++ b/src/slxoutput.h
@@ -28,7 +28,8 @@ public:
void updateCardAndProfile();
const QString &deviceId() const { return _deviceId; }
- const bool isDevice() const { return !_deviceId.isEmpty(); }
+ bool isDevice() const { return !_deviceId.isEmpty(); }
+ ItemType type() const { return _type; }
int compareTo(SlxOutput* other) const
{