Skip to content
Snippets Groups Projects
Commit 9e9ab2a4 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

+ class comment

parent d9c44405
No related branches found
No related tags found
1 merge request!2402class SetView replaces (Instruments|Samples|Datafiles)QListView
...@@ -25,7 +25,10 @@ ...@@ -25,7 +25,10 @@
#include <QStringList> #include <QStringList>
#include <vector> #include <vector>
//! Non-templated base class for SetWithModel, needed to support Qt signals. //! Non-templated base class for SetWithModel.
//!
//! Needed to support Qt signals (the Q_OBJECT macro does not work in templated classes).
//! The virtual functions setCurrentIndex(i) and model() are used in class SetView.
class BaseSet : public QObject { class BaseSet : public QObject {
Q_OBJECT Q_OBJECT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment