]> git.nothing2do.fr Git - diary-mobile.git/commitdiff
added entry in firstrun() to send database
authorNorbert Moutarde <norbert.moutarde@nothing2do.eu>
Sun, 16 Mar 2014 14:19:32 +0000 (15:19 +0100)
committerNorbert Moutarde <norbert.moutarde@nothing2do.eu>
Sun, 16 Mar 2014 14:19:32 +0000 (15:19 +0100)
README.md
mainwindow.cpp

index adc30bdcc45f2f3f945e2d44b8f457ef518ea217..269befd63324e1b1bd6ac6cde5fc431fab145b49 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ diary-mobile-android
 ====================
 
 a GUI to use diary-shell on android (or computer, or IOS, or symbian,
-or whatever Qt works on if you want, it's Qt !)
+or whatever Qt works on if you want, it's so Qt !)
 
 the first time you run this, you've only one buttons ("config"),
 so click on and on the new page, choose "download". Now you've to write
index 69d9eedb31d885adb8c6cf69f51707daa3e17fc0..18ad436a2c52c97a41843d8a149975a0a65d9423 100644 (file)
@@ -241,6 +241,7 @@ void MainWindow::firstrun(){
     conf->setValue(QString("download"), QVariant("https://raw.github.com/Nothing2Do/diary-mobile-android/master/ui.sql"));
     conf->setValue(QString("upload"), QVariant("ftp://<user>:<pass>@<hostname>/<file>"));
     conf->setValue(QString("start"), QVariant("begin"));
+    conf->setValue(QString("db"), QVariant("/data/data/eu.nothing2do.diarymobile/db"));
 }
 QString &MainWindow::get(int row, int column){
     q->seek(row);