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
f3f5ce5e
Commit
f3f5ce5e
authored
Nov 18, 2009
by
Roberto Raggi
Browse files
Removed HelloQuickFix.
parent
24a98fea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppquickfix.cpp
View file @
f3f5ce5e
...
...
@@ -95,24 +95,6 @@ protected:
}
};
class
HelloQuickFixOp
:
public
QuickFixOperation
{
public:
HelloQuickFixOp
(
Document
::
Ptr
doc
,
const
Snapshot
&
snapshot
)
:
QuickFixOperation
(
doc
,
snapshot
)
{}
virtual
QString
description
()
const
{
return
QLatin1String
(
"Hello"
);
// ### tr?
}
virtual
void
apply
()
{
// nothing to do.
}
};
class
RewriteLogicalAndOp
:
public
QuickFixOperation
{
public:
...
...
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