porymap/include/ui/aboutporymap.h

23 lines
383 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 <QMainWindow>
namespace Ui {
class AboutPorymap;
}
class AboutPorymap : public QMainWindow
{
public:
explicit AboutPorymap(QWidget *parent = nullptr);
~AboutPorymap();
2022-08-31 18:38:07 +01:00
QList<int> getVersionNumbers();
private:
Ui::AboutPorymap *ui;
};
#endif // ABOUTPORYMAP_H