1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
This commit is contained in:
Laserlicht 2024-08-11 22:54:19 +02:00
parent 299ee35c48
commit 5eac491189
3 changed files with 2 additions and 3 deletions

@ -1 +0,0 @@
Subproject commit b1f3f4e81721f68cd13d4a872ecf48e2bc99e88b

View File

@ -31,4 +31,4 @@ CStatisticScreen::CStatisticScreen(StatisticDataSet statistic)
void CStatisticScreen::clickPressed(const Point & cursorPosition)
{
close();
}
}

View File

@ -21,4 +21,4 @@ public:
CStatisticScreen(StatisticDataSet statistic);
void clickPressed(const Point & cursorPosition) override;
};
};