summaryrefslogtreecommitdiff
path: root/core/settings/light-and-power/light.h
Side-by-side diff
Diffstat (limited to 'core/settings/light-and-power/light.h') (more/less context) (show whitespace changes)
-rw-r--r--core/settings/light-and-power/light.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/settings/light-and-power/light.h b/core/settings/light-and-power/light.h
index 0a3c60b..c9757da 100644
--- a/core/settings/light-and-power/light.h
+++ b/core/settings/light-and-power/light.h
@@ -52,2 +52,3 @@ protected slots:
void setBacklight ( int );
+ void setContrast ( int );
void resetBacklight ( );
@@ -55,3 +56,5 @@ protected slots:
private:
- int m_res;
+ int m_bres;
+ int m_cres;
+ int m_havecontrast;
QTimer *m_resettimer;