mirror of
https://github.com/Indy970/QtHPConnect
synced 2025-01-27 19:58:18 +01:00
12 lines
129 B
C
12 lines
129 B
C
|
#ifndef TREEMODEL_H
|
||
|
#define TREEMODEL_H
|
||
|
|
||
|
#include <QObject>
|
||
|
|
||
|
class treeModel
|
||
|
{
|
||
|
public:
|
||
|
treeModel();
|
||
|
};
|
||
|
|
||
|
#endif // TREEMODEL_H
|