mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
[LOG] Ignore some Qt warnings in released swift version
* those warnings confuse the user * not ignored in DEV versions * see https://discordapp.com/channels/539048679160676382/539925070550794240/704375325336928338
This commit is contained in:
committed by
Mat Sutcliffe
parent
e50520c0aa
commit
54646c8edb
@@ -233,9 +233,9 @@ namespace BlackMisc
|
||||
{
|
||||
const QString s(str.trimmed().toLower());
|
||||
if (s.contains("installer")) return CArtifact::PilotClientInstaller;
|
||||
if (s.contains("client")) return CArtifact::PilotClientInstaller;
|
||||
if (s.contains("symb")) return CArtifact::Symbols;
|
||||
if (s.contains("bus")) return CArtifact::XSwiftBus;
|
||||
if (s.contains("client")) return CArtifact::PilotClientInstaller;
|
||||
if (s.contains("symb")) return CArtifact::Symbols;
|
||||
if (s.contains("bus")) return CArtifact::XSwiftBus;
|
||||
return CArtifact::UnknownArtifact;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user