-rw-r--r-- | libopie/odevice.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libopie/odevice.h b/libopie/odevice.h index ee01f0f..9dda68e 100644 --- a/libopie/odevice.h +++ b/libopie/odevice.h | |||
@@ -74,8 +74,12 @@ public: | |||
74 | 74 | ||
75 | virtual bool setPowerButtonHandler ( PowerButtonHandler h ); | 75 | virtual bool setPowerButtonHandler ( PowerButtonHandler h ); |
76 | virtual bool suspend ( ); | 76 | virtual bool suspend ( ); |
77 | 77 | ||
78 | virtual bool setDisplayStatus ( bool on ); | ||
79 | virtual bool setDisplayBrightness ( int brightness ); | ||
80 | virtual int displayBrightnessResolution ( ) const; | ||
81 | |||
78 | // information | 82 | // information |
79 | 83 | ||
80 | QString modelString ( ); | 84 | QString modelString ( ); |
81 | OModel model ( ); | 85 | OModel model ( ); |