mirror of
https://github.com/eliboa/TegraRcmGUI.git
synced 2025-01-10 11:47:21 -03:00
14 lines
139 B
C
14 lines
139 B
C
|
#ifndef QKOUROU_H
|
||
|
#define QKOUROU_H
|
||
|
|
||
|
#include <QObject>
|
||
|
#include <QWidget>
|
||
|
|
||
|
class QKourou
|
||
|
{
|
||
|
public:
|
||
|
QKourou();
|
||
|
};
|
||
|
|
||
|
#endif // QKOUROU_H
|