diff options
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 |