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
PIM
libkdepim
Commits
6ec4a264
Commit
6ec4a264
authored
Aug 28, 2020
by
Laurent Montel
😁
Browse files
Constify pointer
parent
0e7662c1
Pipeline
#32196
failed with stage
in 9 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/libkdepim/widgets/progressindicatorlabel.cpp
View file @
6ec4a264
...
...
@@ -52,7 +52,7 @@ public:
QString
labelStr
;
QLabel
*
label
=
nullptr
;
KBusyIndicatorWidget
*
indicator
=
nullptr
;
ProgressIndicatorLabel
*
q
;
ProgressIndicatorLabel
*
const
q
;
};
ProgressIndicatorLabel
::
ProgressIndicatorLabel
(
const
QString
&
label
,
QWidget
*
parent
)
...
...
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