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
Tobias Hunger
qt-creator
Commits
aaffc710
Commit
aaffc710
authored
Jun 25, 2010
by
Pierre Rossi
Browse files
Merge branch '2.0' of scm.dev.nokia.troll.no:creator/mainline into 2.0
parents
556b3da1
14ed0bd9
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/editortoolbar.cpp
View file @
aaffc710
...
...
@@ -276,7 +276,7 @@ void EditorToolBar::listContextMenu(QPoint pos)
QMenu
menu
;
menu
.
addAction
(
tr
(
"Copy full path to clipboard"
));
if
(
menu
.
exec
(
m_editorList
->
mapToGlobal
(
pos
)))
{
QApplication
::
clipboard
()
->
setText
(
fileName
);
QApplication
::
clipboard
()
->
setText
(
QDir
::
toNativeSeparators
(
fileName
)
)
;
}
}
...
...
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