eap 0f6b40b239 Avoid referencing memory of an automatic variable
struct StdParam
   {
-    const char* text() const { return myText.toLatin1().constData(); }
+    const char* text() const {
+      ((QByteArray&) myTextAsBytes) = myText.toLatin1(); return myTextAsBytes.constData();
+    }
2012-10-15 14:27:55 +00:00
2012-10-09 07:28:56 +00:00
2012-06-05 12:18:07 +00:00
2012-10-12 15:24:09 +00:00
2012-06-05 12:18:07 +00:00
2012-06-05 12:18:07 +00:00
2012-06-05 12:18:07 +00:00
2004-06-18 08:34:31 +00:00
2012-06-05 12:18:07 +00:00
2012-10-11 07:56:03 +00:00
2004-06-18 08:34:31 +00:00
2003-11-06 11:34:19 +00:00
2012-06-05 12:18:07 +00:00

The file is empty.
Description
SALOME Mesh module
Readme 91 MiB
Languages
C++ 85.2%
Python 12.8%
CMake 1.1%
HTML 0.4%
C 0.3%
Other 0.1%