Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Miguel Lopez
Krita
Commits
5a973095
Commit
5a973095
authored
Jul 16, 2014
by
Halla Rempt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused member variable
parent
652c9709
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
libs/widgets/KoContextBarButton.cpp
libs/widgets/KoContextBarButton.cpp
+0
-1
libs/widgets/KoContextBarButton.h
libs/widgets/KoContextBarButton.h
+0
-1
No files found.
libs/widgets/KoContextBarButton.cpp
View file @
5a973095
...
...
@@ -46,7 +46,6 @@ const int CONTEXTBAR_RADIUS = 50;
KoContextBarButton
::
KoContextBarButton
(
const
QString
&
iconName
,
QWidget
*
parent
)
:
QToolButton
(
parent
)
,
m_isHovered
(
false
)
,
m_leftMouseButtonPressed
(
false
)
,
m_fadingValue
(
0
)
,
m_fadingTimeLine
(
0
)
{
...
...
libs/widgets/KoContextBarButton.h
View file @
5a973095
...
...
@@ -55,7 +55,6 @@ private:
/** Stops button fading animation */
void
stopFading
();
bool
m_isHovered
;
bool
m_leftMouseButtonPressed
;
int
m_fadingValue
;
QTimeLine
*
m_fadingTimeLine
;
};
...
...
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