summaryrefslogtreecommitdiffstats
path: root/src/sensors/gestures/qsensorgesture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensors/gestures/qsensorgesture.h')
-rw-r--r--src/sensors/gestures/qsensorgesture.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sensors/gestures/qsensorgesture.h b/src/sensors/gestures/qsensorgesture.h
index 0abd5a22..66d1d749 100644
--- a/src/sensors/gestures/qsensorgesture.h
+++ b/src/sensors/gestures/qsensorgesture.h
@@ -65,14 +65,14 @@ public:
bool isActive();
- QStringList availableIds() const;
+ QStringList validIds() const;
+ QStringList invalidIds() const;
+
QStringList gestureSignals() const;
void startDetection();
void stopDetection();
- bool isValid() const;
-
private:
QSensorGesturePrivate * d_ptr;