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
KMail
Commits
693c42cb
Commit
693c42cb
authored
Sep 14, 2020
by
Laurent Montel
😁
Browse files
const'ify servername too
parent
eac77d69
Pipeline
#34243
passed with stage
in 42 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/widgets/vacationscriptindicatorwidget.h
View file @
693c42cb
...
...
@@ -25,7 +25,7 @@ protected:
void
mouseReleaseEvent
(
QMouseEvent
*
event
)
override
;
private:
QString
mServerName
;
const
QString
mServerName
;
};
class
VacationLabel
:
public
QLabel
...
...
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