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
300b60fa
Commit
300b60fa
authored
Jun 23, 2009
by
Thorbjørn Lindeijer
Browse files
Fixed warnings about unused variables
parent
209037e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cpptools/cppcodecompletion.cpp
View file @
300b60fa
...
...
@@ -216,7 +216,7 @@ protected:
using
namespace
CppTools
::
Internal
;
void
FakeToolTipFrame
::
paintEvent
(
QPaintEvent
*
ev
)
void
FakeToolTipFrame
::
paintEvent
(
QPaintEvent
*
)
{
QStylePainter
p
(
this
);
QStyleOptionFrame
opt
;
...
...
@@ -225,7 +225,7 @@ void FakeToolTipFrame::paintEvent(QPaintEvent *ev)
p
.
end
();
}
void
FakeToolTipFrame
::
resizeEvent
(
QResizeEvent
*
e
)
void
FakeToolTipFrame
::
resizeEvent
(
QResizeEvent
*
)
{
QStyleHintReturnMask
frameMask
;
QStyleOption
option
;
...
...
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