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
Marco Bubke
flatpak-qt-creator
Commits
e54bf750
Commit
e54bf750
authored
Jun 04, 2009
by
Thorbjørn Lindeijer
Browse files
The reformat document action isn't useful yet, removed for 1.2
parent
f9b628ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppeditor.cpp
View file @
e54bf750
...
...
@@ -890,10 +890,6 @@ void CPPEditor::contextMenuEvent(QContextMenuEvent *e)
foreach
(
QAction
*
action
,
contextMenu
->
actions
())
menu
->
addAction
(
action
);
QAction
*
reformatDocument
=
new
QAction
(
tr
(
"Reformat Document"
),
menu
);
connect
(
reformatDocument
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
reformatDocument
()));
menu
->
addAction
(
reformatDocument
);
menu
->
exec
(
e
->
globalPos
());
delete
menu
;
}
...
...
Write
Preview
Supports
Markdown
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