From: Norbert Moutarde Date: Wed, 4 Dec 2013 14:36:04 +0000 (+0100) Subject: a little fix X-Git-Url: https://git.nothing2do.fr/?a=commitdiff_plain;h=ea6d03ee45f697b5115da35c25babee39e780bd6;p=diary-mobile.git a little fix --- diff --git a/mainwindow.cpp b/mainwindow.cpp index 36cb4c6..9bd6841 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -56,7 +56,7 @@ void MainWindow::start(){ r=q->record(); qDebug()<<"nmb of col : "<next()){ addWidget(q->value(sqlCol).toString(), new CLabel(q->value(labCol).toString())); } diff --git a/ui.sql b/ui.sql index 8658b1e..8ee5b68 100644 --- a/ui.sql +++ b/ui.sql @@ -1 +1 @@ -insert into ui (keyword, label, sql) values ('begin', 'chat', 'select texte from raw') +insert into ui (keyword, label, action) values ('begin', 'chat', 'select texte from raw')