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
PIM Data Exporter
Commits
7da217c8
Commit
7da217c8
authored
May 02, 2022
by
Laurent Montel
😁
Browse files
const'ify variables
parent
a7a55638
Pipeline
#170703
passed with stage
in 1 minute and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/autotests/generatelistfilefromarchive.h
View file @
7da217c8
...
...
@@ -22,7 +22,7 @@ private:
Q_REQUIRED_RESULT
bool
searchArchiveElement
(
const
QString
&
path
,
const
KArchiveDirectory
*
topDirectory
);
void
addSubItems
(
const
QString
&
topLevelPath
,
const
KArchiveEntry
*
entry
,
int
indent
,
const
QString
&
fullpath
=
QString
());
void
generateList
();
QString
mFileName
;
const
QString
mFileName
;
QStringList
mListFile
;
KZip
*
mZip
=
nullptr
;
};
core/autotests/testimportfile.h
View file @
7da217c8
...
...
@@ -39,7 +39,7 @@ public:
private:
AbstractImportExportJob
*
mAbstractImportExportJob
=
nullptr
;
ArchiveStorage
*
mArchiveStorage
=
nullptr
;
QString
mArchivePath
;
const
QString
mArchivePath
;
QString
mPathConfig
;
QString
mExtractPath
;
QString
mExcludePath
;
...
...
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