1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Code review changes

This commit is contained in:
nordsoft
2022-09-25 00:55:05 +04:00
parent 700e957cdb
commit bc84ffe8d6
25 changed files with 143 additions and 220 deletions

View File

@@ -1,5 +1,4 @@
#ifndef MAPVIEW_H
#define MAPVIEW_H
#pragma once
#include <QGraphicsScene>
#include <QGraphicsView>
@@ -129,5 +128,3 @@ private:
int displayWidth = 192;
int displayHeight = 192;
};
#endif // MAPVIEW_H