macOS: Rename *Cell to *Row
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
@@ -258,7 +258,7 @@ extension TunnelsListTableViewController: NSTableViewDataSource {
|
||||
|
||||
extension TunnelsListTableViewController: NSTableViewDelegate {
|
||||
func tableView(_ tableView: NSTableView, viewFor tableColumn: NSTableColumn?, row: Int) -> NSView? {
|
||||
let cell: TunnelListCell = tableView.dequeueReusableCell()
|
||||
let cell: TunnelListRow = tableView.dequeueReusableCell()
|
||||
cell.tunnel = tunnelsManager.tunnel(at: row)
|
||||
return cell
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user