chore: sonarcloud warnings 2 (#1496)

* fix "merge nested if" sonarcloud warnings

* fix explicit constructor warnings in qt client
This commit is contained in:
Charles Kerr
2020-11-01 15:47:57 -06:00
committed by GitHub
parent e59fe7daaf
commit 19e52d8b9a
56 changed files with 302 additions and 536 deletions

View File

@@ -27,7 +27,7 @@ public:
public:
AddData() = default;
AddData(QString const& str)
explicit AddData(QString const& str)
{
set(str);
}