ctkExampleDerivedWorkflowWidgetStep was processed by the moc generator but was not defined as a Q_OBJECT ctkDICOMQueryResultsTabWidget::disableCloseOnTab is not using the parameter "index"
@@ -23,6 +23,7 @@ ctkDICOMQueryResultsTabWidget::~ctkDICOMQueryResultsTabWidget()
//----------------------------------------------------------------------------
void ctkDICOMQueryResultsTabWidget::disableCloseOnTab(int index)
{
+ Q_UNUSED(index);
this->tabBar()->setTabButton(0, QTabBar::RightSide, 0);
this->tabBar()->setTabButton(0, QTabBar::LeftSide, 0);
}
@@ -39,7 +39,7 @@ class QLineEdit;
class ctkExampleDerivedWorkflowWidgetStep : public ctkWorkflowWidgetStep
-
+ Q_OBJECT
public:
typedef ctkWorkflowWidgetStep Superclass;
explicit ctkExampleDerivedWorkflowWidgetStep(ctkWorkflow* newWorkflow, const QString& newId);