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
cb864812
Commit
cb864812
authored
May 07, 2021
by
Méven Car
Browse files
Fix revert commit
550c5096
Similar to
cb3eb152
parent
cb3eb152
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/gitwidget.cpp
View file @
cb864812
...
...
@@ -663,7 +663,7 @@ void GitWidget::handleClick(const QModelIndex &idx, ClickAction clickAction)
}
if
(
clickAction
==
ClickAction
::
OpenFile
)
{
m_mainWin
->
openUrl
(
QUrl
::
fromLocalFile
(
m_gitPath
+
file
));
m_mainWin
->
openUrl
(
QUrl
::
fromLocalFile
(
file
));
}
}
...
...
Méven Car
@meven
mentioned in commit
cb3eb152
·
May 07, 2021
mentioned in commit
cb3eb152
mentioned in commit cb3eb152f8e1a64e2e366c740f079897e8d8870b
Toggle commit list
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