Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
Akregator
Commits
072566d1
Commit
072566d1
authored
Sep 29, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
const'ify variable
parent
901cb617
Pipeline
#35896
passed with stage
in 13 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/article.cpp
src/article.cpp
+4
-4
No files found.
src/article.cpp
View file @
072566d1
...
...
@@ -147,10 +147,10 @@ public:
}
private:
QString
m_url
;
QString
m_type
;
QString
m_title
;
uint
m_length
;
const
QString
m_url
;
const
QString
m_type
;
const
QString
m_title
;
//TODO underfined.
const
uint
m_length
;
};
}
...
...
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