Browse Source

BUG: ctkVTKRenderView - scheduleRender is now a slot

Jean-Christophe Fillion-Robin 15 years ago
parent
commit
c9b0dea081
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Libs/Visualization/VTK/Widgets/ctkVTKRenderView.h

+ 2 - 1
Libs/Visualization/VTK/Widgets/ctkVTKRenderView.h

@@ -48,10 +48,11 @@ public:
   explicit ctkVTKRenderView(QWidget* parent = 0);
   explicit ctkVTKRenderView(QWidget* parent = 0);
   virtual ~ctkVTKRenderView();
   virtual ~ctkVTKRenderView();
 
 
+public slots:
+
   /// If a render has already been scheduled, this called is a no-op
   /// If a render has already been scheduled, this called is a no-op
   void scheduleRender();
   void scheduleRender();
 
 
-public slots:
   /// Force a render even if a render is already ocurring
   /// Force a render even if a render is already ocurring
   void forceRender();
   void forceRender();