Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kk-mats/asterism
Browse files Browse the repository at this point in the history
  • Loading branch information
k-matusm committed Jun 21, 2019
2 parents 08da6ba + 7c5fe58 commit 58dfa5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions model/result_environment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ result_environment::result_environment() noexcept
{}

result_environment::result_environment(const QString &clone_detector_name, const QString &source, const QString &name) noexcept
: clone_detector_(clone_detector_t::from_string(clone_detector_name)), source_(to_canonical_file_path(source)), name_(name)
: clone_detector_(clone_detector_t::from_string(clone_detector_name)), source_(source), name_(name)
{}

result_environment::result_environment(const clone_detector_t &clone_detector, const QString &source) noexcept
: clone_detector_(clone_detector), source_(to_canonical_file_path(source))
: clone_detector_(clone_detector), source_(source)
{
this->name_=this->source_;
}
Expand Down
2 changes: 1 addition & 1 deletion test/default_ccfx_volti_nicad.jcln

Large diffs are not rendered by default.

0 comments on commit 58dfa5a

Please sign in to comment.