diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-03-28 13:02:18 +0100 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-03-28 13:02:18 +0100 |
commit | cb04065d6a84bb54b485d0ad8715f09a76191412 (patch) | |
tree | a54f4c6f2c217e3319e30bfb36f8c09f1bd2a153 /libsowatch | |
parent | 924de2248526430a8fee67582f510fc89a3786d4 (diff) | |
download | sowatch-cb04065d6a84bb54b485d0ad8715f09a76191412.tar.gz sowatch-cb04065d6a84bb54b485d0ad8715f09a76191412.zip |
disable connection timer when bluetooth is off
Diffstat (limited to 'libsowatch')
-rw-r--r-- | libsowatch/allwatchscanner.h | 1 | ||||
-rw-r--r-- | libsowatch/configkey.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libsowatch/allwatchscanner.h b/libsowatch/allwatchscanner.h index 561c6a8..4dd915c 100644 --- a/libsowatch/allwatchscanner.h +++ b/libsowatch/allwatchscanner.h @@ -9,6 +9,7 @@ namespace sowatch { +/** This is just a simple wrapper class that runs all registered WatchScanners */ class AllWatchScanner : public WatchScanner { Q_OBJECT diff --git a/libsowatch/configkey.h b/libsowatch/configkey.h index a30ae67..5ef1acc 100644 --- a/libsowatch/configkey.h +++ b/libsowatch/configkey.h @@ -9,6 +9,7 @@ namespace sowatch { +/** Interface for a configuration key / tree */ class SOWATCH_EXPORT ConfigKey : public QObject { Q_OBJECT |