Slicer 5.9
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>
9class QList;
10template <class Key, class T>
11class QMap;
13
15
16#endif
Q_DECLARE_METATYPE(QList< QVariantMap >)
QMap< QString, QVariant > QVariantMap