conf->setValue(QString("menu"), QVariant(0));
conf->setValue(QString("download"), QVariant("http://www.nothing2do.eu/ui.sql+"));
conf->setValue(QString("userftp"), QVariant("<user>"));
- conf->setValue(QString("hostftp"), QVariant("<host>"));
+ conf->setValue(QString("hostftp"), QVariant("<server>"));
conf->setValue(QString("passftp"), QVariant("<pass>"));
conf->setValue(QString("start"), QVariant("begin"));
conf->setValue(QString("restore"), QVariant("http://www.abc.de/db"));
readData(m->downloadedData());
m->disconnect(m, SIGNAL(downloaded()),this, SLOT(readData()));
}
-void MainWindows::send(const QString & a){
+void MainWindow::send(const QString & a){
QString t="select"+a;
exec(QList<QString> ({conf->value(t).toString()}));
t=a+"file";