Skip to content

Commit 5fef725

Browse files
committed
filesystemmodel: Fix comment
1 parent d8b8744 commit 5fef725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReText/filesystemmodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class ReTextFileSystemModel(QFileSystemModel):
2222

2323
def data(self, index, role):
24-
# Show file path in tooltip
24+
# Show file name in tooltip
2525
if role == Qt.ItemDataRole.ToolTipRole:
2626
role = QFileSystemModel.Roles.FileNameRole
2727
return super().data(index, role)

0 commit comments

Comments
 (0)