mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
Lint.
Took 3 minutes
This commit is contained in:
parent
337b644d66
commit
de7bb7ddb9
4 changed files with 11 additions and 6 deletions
|
|
@ -18,8 +18,9 @@ void IntentUrlParser::handle(const QString &urlStr)
|
|||
{
|
||||
QUrl url(urlStr);
|
||||
|
||||
if (url.scheme() != "cockatrice")
|
||||
if (url.scheme() != "cockatrice") {
|
||||
return;
|
||||
}
|
||||
|
||||
const QString action = url.host();
|
||||
QUrlQuery query(url);
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ public:
|
|||
RemoteClient *getRemoteClient() const
|
||||
{
|
||||
return client;
|
||||
};
|
||||
}
|
||||
|
||||
TabSupervisor *getTabSupervisor() const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue