Prechádzať zdrojové kódy

BUG: ctkVTKRenderView - scheduleRender is now a slot

Jean-Christophe Fillion-Robin 15 rokov pred
rodič
commit
c9b0dea081

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

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