mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-17 20:58:07 +02:00
Rename "filename" to "filePath". Previous name was misleading at best.
Co-authored-by: Andrey Filipenkov <kambaladecapitator@gmail.com>
This commit is contained in:
parent
1b9b925ab9
commit
3304e55346
@ -482,8 +482,8 @@ void MainWindow::on_actionOpenRecent_triggered()
|
||||
|
||||
auto onSelect = [this, &d](QListWidgetItem *item) {
|
||||
if(getAnswerAboutUnsavedChanges()) {
|
||||
QString filename = item->text();
|
||||
openMap(filename);
|
||||
QString filePath = item->text();
|
||||
openMap(filePath);
|
||||
}
|
||||
d.close();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user