FemaLocalSoftware/apiform.h

23 lines
265 B
C
Raw Normal View History

2025-01-07 22:13:48 +00:00
#ifndef APIFORM_H
#define APIFORM_H
#include <QDialog>
namespace Ui {
class ApiForm;
}
class ApiForm : public QDialog
{
Q_OBJECT
public:
explicit ApiForm(QDialog *parent = nullptr);
~ApiForm();
private:
Ui::ApiForm *ui;
};
#endif // APIFORM_H