Salome HOME
Small correction for writing of data to file.
[modules/hydro.git] / src / HYDROData / HYDROData_Tool.h
index e2306013ba25e6ee04b662125eace51d1e895a50..5be4ba3ab2e65b366605a09a4e167b4ed4ec81c7 100644 (file)
@@ -4,12 +4,18 @@
 
 #include <Precision.hxx>
 
+#include <QString>
 
+class QFile;
+class QStringList;
 
 class HYDROData_Tool {
 
 public:
 
+  static void                           WriteStringsToFile( QFile&             theFile,
+                                                            const QStringList& theStrings,
+                                                            const QString&     theSep = "\n" );
 
 };