mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Disconnection on error
This commit is contained in:
@@ -825,3 +825,9 @@ void CModListView::on_showInfoButton_clicked()
|
||||
{
|
||||
showModInfo();
|
||||
}
|
||||
|
||||
const CModList & CModListView::getModList() const
|
||||
{
|
||||
assert(modModel);
|
||||
return *modModel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user