]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Small Fix and comments in the package GuiHelpers
authorboulant <boulant>
Tue, 4 Sep 2012 13:18:12 +0000 (13:18 +0000)
committerboulant <boulant>
Tue, 4 Sep 2012 13:18:12 +0000 (13:18 +0000)
src/GuiHelpers/QtHelper.hxx
src/GuiHelpers/SALOME_AppStudyEditor.hxx

index de40c7a104b00513b259cb25cf62dbcd33ca4ddf..59e2bf32a46144b526f39fe8c438a5dca42a86a8 100644 (file)
@@ -56,7 +56,7 @@
 #include <QDebug>
 #define QDEBUG qWarning()
 //#define QDEBUG qDebug()
-#define QLOG(data) QDEBUG << "[XSALOME] " << data
+#define QLOG(data) QDEBUG << __FILE__<<" ["<<__LINE__<<"] : " << data
 #ifdef LOG
 #undef LOG
 #endif
index 5eb0c0eee49aac1de71adf0a5b8e12562c729308..9c05d736d0a6f4108a26541aa89c81f29bf53ce2 100644 (file)
 
 #include "SALOME_StudyEditor.hxx"
 
+/*!
+ * This class is a specialization of the KERNEL StudyEditor for
+ * the GUI context. The concept of active study is introduced here
+ * while it does not exist in the pure KERNEL context.
+ */
 class SALOME_AppStudyEditor: public SALOME_StudyEditor {
 public:
   SALOME_AppStudyEditor(SalomeApp_Application * salomeApp);