QtHPConnect/treemodel.h

12 lines
129 B
C
Raw Normal View History

2019-02-10 15:32:15 +02:00
#ifndef TREEMODEL_H
#define TREEMODEL_H
#include <QObject>
class treeModel
{
public:
treeModel();
};
#endif // TREEMODEL_H