summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qmlprofile.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/qmlprofile.h')
-rw-r--r--qt-mobile/qmlprofile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/qmlprofile.h b/qt-mobile/qmlprofile.h
index 35332ce8d..c8a77d700 100644
--- a/qt-mobile/qmlprofile.h
+++ b/qt-mobile/qmlprofile.h
@@ -24,11 +24,13 @@ public:
public slots:
void setMargin(int margin);
+ void screenChanged(QScreen *screen);
private:
QString m_diveId;
qreal m_devicePixelRatio;
int m_margin;
ProfileWidget2 *m_profileWidget;
+
signals:
void rightAlignedChanged();
void diveIdChanged();