mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-25 13:17:46 +00:00
sagasu: Fix bug where it's impossible to extract files
This commit is contained in:
parent
bf5c2feb80
commit
795bb30935
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ FileTreeWindow::FileTreeWindow(QString gamePath, GameData *data, QWidget *parent
|
|||
auto index = treeWidget->indexAt(pos);
|
||||
|
||||
if (index.isValid()) {
|
||||
auto path = m_fileModel->data(index, Qt::UserRole).toString();
|
||||
auto path = m_searchModel->data(index, Qt::UserRole).toString();
|
||||
|
||||
auto menu = new QMenu();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue