[qet] [3506] Remove save information box

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 3506
Author:   scorpio810
Date:     2014-11-23 12:12:54 +0100 (Sun, 23 Nov 2014)
Log Message:
-----------
Remove save information box

Modified Paths:
--------------
    trunk/sources/qetproject.cpp

Modified: trunk/sources/qetproject.cpp
===================================================================
--- trunk/sources/qetproject.cpp	2014-11-23 00:03:22 UTC (rev 3505)
+++ trunk/sources/qetproject.cpp	2014-11-23 11:12:54 UTC (rev 3506)
@@ -588,10 +588,6 @@
 	document_root_.clear();
 	document_root_.appendChild(document_root_.importNode(toXml().documentElement(), true));
 
-	//inform user about save
-	QMessageBox msgBox;
-	msgBox.setText(QString(tr("Projet %1 enregistr\351 dans le repertoire: %2.").arg(project_title_).arg (file_path_)));
-	msgBox.exec();
 
 	QString error_message;
 	bool writing = QET::writeXmlFile(document_root_, file_path_, &error_message);


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/