diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-01-04 03:46:45 +0100 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-01-04 03:46:45 +0100 |
commit | 1b0c6d90209460dd81628f4d9c028f91f596e46c (patch) | |
tree | 25b818c1b8c609142c298255eb9db30693910830 /sysinfowatchlet/sysinfowatchlet.h | |
parent | 2399bbe45bfa5a330bef2d4bb63de3af25fe4ad9 (diff) | |
download | sowatch-1b0c6d90209460dd81628f4d9c028f91f596e46c.tar.gz sowatch-1b0c6d90209460dd81628f4d9c028f91f596e46c.zip |
make sysinfowatchlet selfupdate
Diffstat (limited to 'sysinfowatchlet/sysinfowatchlet.h')
-rw-r--r-- | sysinfowatchlet/sysinfowatchlet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysinfowatchlet/sysinfowatchlet.h b/sysinfowatchlet/sysinfowatchlet.h index 25d8f57..9ef3d7f 100644 --- a/sysinfowatchlet/sysinfowatchlet.h +++ b/sysinfowatchlet/sysinfowatchlet.h @@ -18,6 +18,8 @@ public: private slots: void handleActivated(); + void handleDeactivated(); + void updateInformation(); private: QSystemDeviceInfo *_devInfo; |