ソースを参照

Added missing disableReturnParameter XSL parameter.

Sascha Zelzer 12 年 前
コミット
07cd7bfdd2
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      Libs/CommandLineModules/Frontend/QtGui/Resources/ctkCmdLineModuleXmlToQtUi.xsl

+ 2 - 0
Libs/CommandLineModules/Frontend/QtGui/Resources/ctkCmdLineModuleXmlToQtUi.xsl

@@ -16,6 +16,8 @@
   ===================================================================
   -->
   
+  <xsl:param name="disableReturnParameter">true</xsl:param>
+  
   <xsl:param name="executableWidget">QWidget</xsl:param>
   <xsl:param name="parametersWidget">ctkCollapsibleGroupBox</xsl:param>
   <xsl:param name="booleanWidget">QCheckBox</xsl:param>