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
Utilities
Kate
Commits
6c5f6e0f
Commit
6c5f6e0f
authored
Mar 15, 2021
by
Waqar Ahmed
Browse files
Revert change to project['list']
parent
f7fe435f
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/kateprojectworker.cpp
View file @
6c5f6e0f
...
...
@@ -373,9 +373,9 @@ QVector<QString> KateProjectWorker::findFiles(const QDir &dir, const QVariantMap
* all code later requires this and the filesFrom... routines do this, too, internally
* even without this, the tree views will show them, but opening them will create new elements!
*/
//
for (auto &file : userGivenFilesList) {
//
file = dir.absoluteFilePath(file);
//
}
for
(
auto
&
file
:
userGivenFilesList
)
{
file
=
dir
.
absoluteFilePath
(
file
);
}
/**
* users might have specified duplicates, this can't happen for the other ways
...
...
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