1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2025-01-04 06:26:04 +00:00
TegraRcmGUI/qtools.h
2020-06-24 20:30:39 +02:00

22 lines
257 B
C++

#ifndef QTOOLS_H
#define QTOOLS_H
#include <QWidget>
namespace Ui {
class qTools;
}
class qTools : public QWidget
{
Q_OBJECT
public:
explicit qTools(QWidget *parent = nullptr);
~qTools();
private:
Ui::qTools *ui;
};
#endif // QTOOLS_H