Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
qSlicerQListQVariantMapMetaType.h
Go to the documentation of this file.
1 
2 #ifndef _qSlicerQListQVariantMapMetaType_h
3 #define _qSlicerQListQVariantMapMetaType_h
4 
5 #include <QMetaType>
6 #include <QVariant>
7 
8 template <typename T> class QList;
9 template <class Key, class T> class QMap;
11 
13 
14 #endif
QMap< QString, QVariant > QVariantMap
Q_DECLARE_METATYPE(QList< QVariantMap >)