summaryrefslogtreecommitdiff
path: root/core/settings/light-and-power/calibration.h
Side-by-side diff
Diffstat (limited to 'core/settings/light-and-power/calibration.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/light-and-power/calibration.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/settings/light-and-power/calibration.h b/core/settings/light-and-power/calibration.h
index 2bff69a..ffa63b2 100644
--- a/core/settings/light-and-power/calibration.h
+++ b/core/settings/light-and-power/calibration.h
@@ -43,6 +43,10 @@ public:
QPoint startPoint ( ) const;
QPoint endPoint ( ) const;
+signals:
+ void startPointChanged ( const QPoint & );
+ void endPointChanged ( const QPoint & );
+
public slots:
void setScale ( const QSize &s );
void setLineSteps ( int step );