Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi Console
Commits
881978c1
Commit
881978c1
authored
Sep 04, 2022
by
Laurent Montel
Browse files
Const'ify variable
parent
37718593
Pipeline
#227026
passed with stage
in 2 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/instanceselector.h
View file @
881978c1
...
...
@@ -37,7 +37,7 @@ private:
private:
QScopedPointer
<
Ui
::
InstanceSelector
>
ui
;
QString
m_remoteHost
;
const
QString
m_remoteHost
;
QString
m_instance
;
MainWindow
*
mWindow
=
nullptr
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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