mirror of
https://github.com/YACReader/yacreader
synced 2025-08-02 20:35:13 -04:00
comprobaciones de versi?n de la DB implementadas.
Versi?n 5.0 RC1.
This commit is contained in:
@ -128,6 +128,14 @@ void CreateLibraryDialog::close()
|
||||
accept->setEnabled(true);
|
||||
QDialog::close();
|
||||
}
|
||||
|
||||
void CreateLibraryDialog::setDataAndStart(QString name, QString path)
|
||||
{
|
||||
this->path->setText(path);
|
||||
this->nameEdit->setText(name);
|
||||
show();
|
||||
create();
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
// UpdateLibraryDialog
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user