Salome HOME
Control for the status of the document opening. Function useFile return boolean value.
[modules/gui.git] / src / SUIT / SUIT_Application.h
index bd2f6c776bffba3b7dc4ad6067f28302fc185e31..f2fa7f49c0a487116965bf535a71802db68f5dba 100755 (executable)
@@ -51,7 +51,7 @@ public:
   virtual void          start();
 
   //! Loads document <theFileName> into active Study. If Study is empty - creates it.
-  virtual void          useFile( const QString& );
+  virtual bool          useFile( const QString& );
 
   //! Creates new empty Study if active Study = 0
   virtual void          createEmptyStudy();