mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +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);
|
||||
|
||||
@@ -45,6 +45,9 @@ namespace BlackMisc
|
||||
//! Default constructor.
|
||||
CUrl(const QString &fullUrl = QString());
|
||||
|
||||
//! Construct from character array.
|
||||
CUrl(const char *url);
|
||||
|
||||
//! By QUrl.
|
||||
CUrl(const QUrl &url);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user