X-Git-Url: http://git.maemo.org/git/?p=jspeed;a=blobdiff_plain;f=src%2Funitselector.h;h=5dfa8ac66a117995751dd0b28cc660fed083d215;hp=b5baad677cec24292d12f1aec8482f443108c1f0;hb=36d7905fbbcc49571fef5b7769707441f344d179;hpb=5cc39ab8c690baf4e2b189ec189890834e63badc diff --git a/src/unitselector.h b/src/unitselector.h index b5baad6..5dfa8ac 100644 --- a/src/unitselector.h +++ b/src/unitselector.h @@ -33,6 +33,7 @@ public: signals: void unitChanged(); + void orientationChanged(); private slots: void saveUnit(); @@ -40,6 +41,8 @@ private slots: private: ButtonSelector* selector_; QString unit_; + ButtonSelector* orientationSelector_; + QString orientation_; }; #endif