1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Apply suggestions from code review

Co-authored-by: Andrey Filipenkov <decapitator@ukr.net>
This commit is contained in:
Nordsoft91
2022-10-08 22:55:15 +04:00
committed by GitHub
parent b6c0fcabbd
commit 23f80c58dc
15 changed files with 33 additions and 35 deletions

View File

@@ -13,7 +13,7 @@
int main(int argc, char * argv[])
{
QApplication vcmieditor(argc, argv);
QApplication vcmieditor(argc, argv);
MainWindow mainWindow;
return vcmieditor.exec();
return vcmieditor.exec();
}