19 lines
188 B
C
19 lines
188 B
C
|
|
#ifndef TUPLE_H
|
||
|
|
#define TUPLE_H
|
||
|
|
|
||
|
|
#include <QObject>
|
||
|
|
|
||
|
|
//class AbstractTuple
|
||
|
|
//{
|
||
|
|
// Q_GADGET
|
||
|
|
//};
|
||
|
|
|
||
|
|
//template <typename T>
|
||
|
|
//class Tuple
|
||
|
|
//{
|
||
|
|
//public:
|
||
|
|
// T _1;
|
||
|
|
//};
|
||
|
|
|
||
|
|
#endif // TUPLE_H
|