mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 06:20:53 +01:00
Les dialogues pour ouvrir et enregistrer des fichiers gerent mieux le dossier a afficher par defaut
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@190 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -165,7 +165,7 @@ bool NewElementWizard::validStep2() {
|
||||
QString file_name = qle_filename -> text();
|
||||
|
||||
// un nom doit avoir ete entre
|
||||
if (file_name == QString()) {
|
||||
if (file_name.isEmpty()) {
|
||||
QMessageBox::critical(
|
||||
this,
|
||||
tr("Erreur"),
|
||||
|
||||
Reference in New Issue
Block a user