1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-12-01 06:32:05 +00:00
TegraRcmGUI/tegrarcmgui.h

22 lines
331 B
C
Raw Normal View History

2020-06-24 19:30:39 +01:00
#ifndef TEGRARCMGUI_H
#define TEGRARCMGUI_H
#include <QMainWindow>
QT_BEGIN_NAMESPACE
namespace Ui { class TegraRcmGUI; }
QT_END_NAMESPACE
class TegraRcmGUI : public QMainWindow
{
Q_OBJECT
public:
TegraRcmGUI(QWidget *parent = nullptr);
~TegraRcmGUI();
private:
Ui::TegraRcmGUI *ui;
};
#endif // TEGRARCMGUI_H