porymap/include/ui/aboutporymap.h

20 lines
299 B
C
Raw Normal View History

#ifndef ABOUTPORYMAP_H
#define ABOUTPORYMAP_H
#include <QMainWindow>
namespace Ui {
class AboutPorymap;
}
2021-02-18 00:20:14 +00:00
class AboutPorymap : public QMainWindow {
public:
2021-02-18 00:20:14 +00:00
explicit AboutPorymap(QWidget* parent = nullptr);
~AboutPorymap();
2021-02-18 00:20:14 +00:00
private:
2021-02-18 00:20:14 +00:00
Ui::AboutPorymap* ui;
};
#endif // ABOUTPORYMAP_H