mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Fix typedoc warning about unused parameters
This commit is contained in:
parent
ba738be0a7
commit
55e3a0418a
1 changed files with 2 additions and 2 deletions
|
@ -203,8 +203,8 @@ export abstract class Model<T> {
|
|||
/**
|
||||
* Implementations of this function must store the provided data parameter
|
||||
* in the model at the specified row.
|
||||
* @param row index in range 0..(rowCount() - 1).
|
||||
* @param data new data item to store on the given row index
|
||||
* @param _row index in range 0..(rowCount() - 1).
|
||||
* @param _data new data item to store on the given row index
|
||||
*/
|
||||
setRowData(_row: number, _data: T): void {
|
||||
console.log(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue