porymap/include/ui/aboutporymap.h

22 lines
339 B
C
Raw Normal View History

#ifndef ABOUTPORYMAP_H
#define ABOUTPORYMAP_H
2022-08-31 18:38:07 +01:00
#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