From: mpv Date: Tue, 26 Apr 2005 10:08:48 +0000 (+0000) Subject: MPV: Porting to the Python 2.3 and higher: Python includes must be before Qt includes... X-Git-Tag: V2_2_3~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=deb22c3c167751dc2607844227036d4b19f49f73;p=modules%2Fvisu.git MPV: Porting to the Python 2.3 and higher: Python includes must be before Qt includes: Python contains "slots" field, redefined in the Qt. --- diff --git a/src/VISU_I/VISU_ViewManager_i.cc b/src/VISU_I/VISU_ViewManager_i.cc index 53950f0b..5fcc3da5 100644 --- a/src/VISU_I/VISU_ViewManager_i.cc +++ b/src/VISU_I/VISU_ViewManager_i.cc @@ -24,6 +24,7 @@ // Author : Alexey PETROV // Module : VISU +#include "QAD_PyEditor.h" #include "VISU_ViewManager_i.hh" #include "VISU_PrsObject_i.hh" @@ -53,7 +54,6 @@ #include "QAD_LeftFrame.h" #include "QAD_RightFrame.h" #include "QAD_StudyFrame.h" -#include "QAD_PyEditor.h" #include "VTKViewer_ViewFrame.h" #include "VTKViewer_RenderWindow.h"