diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-15 01:04:14 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-15 01:04:14 +0200 |
commit | 8f6543355110a109878bde10b912555019af1212 (patch) | |
tree | 46609ff215496a4ea373b9eacbf8b2c30ca04237 /libsowatch/allwatchscanner.cpp | |
parent | 4e468800d7129c0adbe4bc874932f99a542c4eeb (diff) | |
download | sowatch-8f6543355110a109878bde10b912555019af1212.tar.gz sowatch-8f6543355110a109878bde10b912555019af1212.zip |
adding locale support to libsowatch
Diffstat (limited to 'libsowatch/allwatchscanner.cpp')
-rw-r--r-- | libsowatch/allwatchscanner.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libsowatch/allwatchscanner.cpp b/libsowatch/allwatchscanner.cpp index 8a49b86..97f8454 100644 --- a/libsowatch/allwatchscanner.cpp +++ b/libsowatch/allwatchscanner.cpp @@ -1,3 +1,7 @@ +#include <QtCore/QDebug> + +#include "registry.h" +#include "watchplugininterface.h" #include "allwatchscanner.h" using namespace sowatch; |