Skip to content

Commit d1d4697

Browse files
author
Felix Faber
committed
skipping string constructor
1 parent 6a066cd commit d1d4697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/importproject.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ ImportProject::Type ImportProject::import(const std::string &filename, Settings
187187
if (!mPath.empty() && !endsWith(mPath,'/'))
188188
mPath += '/';
189189
if (mPath.empty())
190-
mPath = std::string("./");
190+
mPath = "./";
191191

192192
const std::vector<std::string> fileFilters =
193193
settings ? settings->fileFilters : std::vector<std::string>();

0 commit comments

Comments
 (0)