X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=Settings.cpp;h=cec9b444c96d4dffd3d8bc56c124fb4fcb16b34b;hb=bfa9ce7bd5b2182dea4e963d6354f4fb91e06f1c;hp=0adaf34bd2509e59642c2fcea6e963a29a1d71c2;hpb=4a42d572d56c1f913fe1a98f79ecd4853b53622d;p=qwerkisync 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"); }