diff --git a/src/app/handlers/xdgurl.cpp b/src/app/handlers/xdgurl.cpp index 5080d17cd15480fc57885d18459cdf5f5e9a8d10..fa2c92d128e72025be250bee436bc42c080447fc 100644 --- a/src/app/handlers/xdgurl.cpp +++ b/src/app/handlers/xdgurl.cpp @@ -29,10 +29,8 @@ QJsonObject XdgUrl::metadata() const void XdgUrl::process() { - /** - * xdgs scheme is a reserved name, so the process of xdgs - * is the same process of the xdg scheme currently. - */ + // xdgs scheme is a reserved name, so the process of xdgs + // is the same process of the xdg scheme currently. if (!isValid()) { QJsonObject result;