porymap/include/ui/aboutporymap.h
2024-12-18 15:04:22 -05:00

21 lines
339 B
C++

#ifndef ABOUTPORYMAP_H
#define ABOUTPORYMAP_H
#include <QString>
#include <QRegularExpression>
#include <QDialog>
namespace Ui {
class AboutPorymap;
}
class AboutPorymap : public QDialog
{
public:
explicit AboutPorymap(QWidget *parent = nullptr);
~AboutPorymap();
private:
Ui::AboutPorymap *ui;
};
#endif // ABOUTPORYMAP_H