diff --git a/src/plugins/qtsupport/exampleslistmodel.h b/src/plugins/qtsupport/exampleslistmodel.h index c64fa9416d3..b1d59436e06 100644 --- a/src/plugins/qtsupport/exampleslistmodel.h +++ b/src/plugins/qtsupport/exampleslistmodel.h @@ -108,15 +108,9 @@ public: void updateExamples(); - QStringList exampleSets() const; ExampleSetModel *exampleSetModel() { return &m_exampleSetModel; } -signals: - void selectedExampleSetChanged(int); - private: - void updateSelectedQtVersion(); - ExampleSetModel m_exampleSetModel; };