Skip to content

Commit

Permalink
Add steam:// as allowed URL scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
thorvald committed Feb 10, 2010
1 parent 926e4fe commit 1ef46ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mumble/Log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ const QStringList Log::allowedSchemes() {
qslAllowedSchemeNames << QLatin1String("clientid");
qslAllowedSchemeNames << QLatin1String("channelid");
qslAllowedSchemeNames << QLatin1String("spotify");
qslAllowedSchemeNames << QLatin1String("steam");
return qslAllowedSchemeNames;
}

Expand Down

0 comments on commit 1ef46ba

Please sign in to comment.