Преглед изворни кода

ENH: Support of ctkLayoutManager::setViewport from python

Jean-Christophe Fillion-Robin пре 6 година
родитељ
комит
8dc453e5d3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Libs/Widgets/ctkLayoutManager.h

+ 1 - 1
Libs/Widgets/ctkLayoutManager.h

@@ -94,7 +94,7 @@ public:
   /// Destructor
   virtual ~ctkLayoutManager();
 
-  void setViewport(QWidget* widget);
+  Q_INVOKABLE void setViewport(QWidget* widget);
   Q_INVOKABLE QWidget* viewport()const;
 
   /// Return the spacing property value.