瀏覽代碼

Remove invokable tag for collapsible - should use property instead

Steve Pieper 13 年之前
父節點
當前提交
783d6d3f96
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Libs/Widgets/ctkCollapsibleGroupBox.h

+ 1 - 1
Libs/Widgets/ctkCollapsibleGroupBox.h

@@ -46,7 +46,7 @@ public:
   /// Collapse(close) the group box if collapse is true, expand(open)
   /// Collapse(close) the group box if collapse is true, expand(open)
   /// it otherwise.
   /// it otherwise.
   /// \sa QGroupBox::setChecked(bool)
   /// \sa QGroupBox::setChecked(bool)
-  Q_INVOKABLE inline void setCollapsed(bool collapse);
+  inline void setCollapsed(bool collapse);
 
 
   /// Return the collapse state of the groupbox
   /// Return the collapse state of the groupbox
   /// true if the groupbox is collapsed (closed), false if it is expanded(open)
   /// true if the groupbox is collapsed (closed), false if it is expanded(open)