Explorar o código

Remove invokable tag for collapsible - should use property instead

Steve Pieper %!s(int64=14) %!d(string=hai) anos
pai
achega
783d6d3f96
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
   /// it otherwise.
   /// \sa QGroupBox::setChecked(bool)
-  Q_INVOKABLE inline void setCollapsed(bool collapse);
+  inline void setCollapsed(bool collapse);
 
   /// Return the collapse state of the groupbox
   /// true if the groupbox is collapsed (closed), false if it is expanded(open)