Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
71027932
Commit
71027932
authored
Apr 03, 2021
by
Waqar Ahmed
Committed by
Christoph Cullmann
Apr 03, 2021
Browse files
Fix renamed file is not openable directly
parent
ac0842e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/kateprojectitem.cpp
View file @
71027932
...
...
@@ -155,8 +155,9 @@ void KateProjectItem::setData(const QVariant &value, int role)
}
// change internal path
setData
(
oldName
,
Qt
::
UserRole
);
setData
(
oldName
,
Qt
::
ToolTipRole
);
setData
(
newName
,
Qt
::
UserRole
);
emitDataChanged
();
}
QStandardItem
::
setData
(
value
,
role
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment