mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
[FSD] Superfluous parentheses
This commit is contained in:
@@ -26,6 +26,10 @@ namespace BlackMisc
|
||||
}
|
||||
}
|
||||
|
||||
CUrl::CUrl(const char *url) :
|
||||
CUrl(QString(url))
|
||||
{ }
|
||||
|
||||
CUrl::CUrl(const QUrl &url)
|
||||
{
|
||||
this->setQUrl(url);
|
||||
|
||||
Reference in New Issue
Block a user