Slicer 5.6
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
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
8template <typename T> class QList;
9template <class Key, class T> class QMap;
11
13
14#endif
Q_DECLARE_METATYPE(QList< QVariantMap >)
QMap< QString, QVariant > QVariantMap