vanilla/app/backendinitdialog.h
2024-08-04 10:53:03 -07:00

13 lines
No EOL
230 B
C++

#ifndef BACKEND_INIT_DIALOG_H
#define BACKEND_INIT_DIALOG_H
#include <QDialog>
class BackendInitDialog : public QDialog
{
Q_OBJECT
public:
BackendInitDialog(QWidget *parent = nullptr);
};
#endif // BACKEND_INIT_DIALOG_H