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
Fred Fonkle
Krita
Commits
ecfd82bb
Commit
ecfd82bb
authored
Aug 25, 2012
by
Sune Vuorela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reorder warnings --
parent
e52afad9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
krita/ui/input/kis_pan_action.cpp
krita/ui/input/kis_pan_action.cpp
+1
-1
plugins/chartshape/commands/AxisCommand.cpp
plugins/chartshape/commands/AxisCommand.cpp
+2
-2
plugins/staging/googledocs/loginwindow.cpp
plugins/staging/googledocs/loginwindow.cpp
+2
-2
No files found.
krita/ui/input/kis_pan_action.cpp
View file @
ecfd82bb
...
...
@@ -35,8 +35,8 @@ class KisPanAction::Private
public:
Private
()
:
active
(
false
),
panDistance
(
10
)
{
}
const
int
panDistance
;
bool
active
;
const
int
panDistance
;
};
KisPanAction
::
KisPanAction
(
KisInputManager
*
manager
)
...
...
plugins/chartshape/commands/AxisCommand.cpp
View file @
ecfd82bb
...
...
@@ -31,8 +31,8 @@ using namespace KDChart;
AxisCommand
::
AxisCommand
(
Axis
*
axis
,
ChartShape
*
chart
)
:
m_
axis
(
axis
)
,
m_
chart
(
chart
)
:
m_
chart
(
chart
)
,
m_
axis
(
axis
)
{
m_newShowTitle
=
m_axis
->
title
()
->
isVisible
();
m_newTitleText
=
m_axis
->
titleText
();
...
...
plugins/staging/googledocs/loginwindow.cpp
View file @
ecfd82bb
...
...
@@ -30,8 +30,8 @@
LoginWindow
::
LoginWindow
(
OnlineDocument
::
DocumentType
type
,
QWidget
*
parent
)
:
QDialog
(
parent
),
m_type
(
type
),
m_
wallet
(
0
),
m_
authDialog
(
new
Ui_Dialog
)
m_
authDialog
(
new
Ui_Dialog
),
m_
wallet
(
0
)
{
m_authDialog
->
setupUi
(
this
);
...
...
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