mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2021-01-15 Fred Gleason <fredg@paravelsystems.com>
* Modified 'RDLogListModel::logName()' to take 'QModelIndex' instead of 'int'. * Modified 'RDLogListModel::removeLog()' to take 'QModelIndex' instead of 'int'. * Modified 'RDLogListModel::addLog()' to return 'QModelIndex' instead of 'int'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -153,7 +153,7 @@ void ListLogs::loadButtonData()
|
||||
return;
|
||||
}
|
||||
*list_logname=list_log_model->logName(list_log_view->selectionModel()->
|
||||
selectedRows().at(0).row());
|
||||
selectedRows().at(0));
|
||||
|
||||
done(ListLogs::Load);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user