Move version info to porymap.pro

This commit is contained in:
GriffinR
2024-01-21 00:14:40 -05:00
parent 09c2ed6b30
commit 97b485284e
7 changed files with 27 additions and 37 deletions

View File

@@ -14,7 +14,6 @@ class AboutPorymap : public QMainWindow
public:
explicit AboutPorymap(QWidget *parent = nullptr);
~AboutPorymap();
QList<int> getVersionNumbers();
private:
Ui::AboutPorymap *ui;
};