X-Git-Url: http://git.maemo.org/git/?p=qwerkisync;a=blobdiff_plain;f=Settings.cpp;h=cec9b444c96d4dffd3d8bc56c124fb4fcb16b34b;hp=0adaf34bd2509e59642c2fcea6e963a29a1d71c2;hb=b320c919e28ce961edcdc6672f418861bccc4eff;hpb=289fcb3a9f6489686e658ab0d35be7c1f492d1ac diff --git a/Settings.cpp b/Settings.cpp index 0adaf34..cec9b44 100644 --- a/Settings.cpp +++ b/Settings.cpp @@ -18,6 +18,8 @@ #include "Settings.h" +#include + Settings::Settings() { // Default to console @@ -44,4 +46,7 @@ Settings::Settings() // It's OK to disable the radio by default setDisableCellular(true); + + // Where it lives... + DBPath(QDir::homePath() + "/.rtcom-eventlogger/el-v1.db"); }