Skip to content
Snippets Groups Projects
Commit a50ac04c authored by akiraohgaki's avatar akiraohgaki
Browse files

Commentation

parent 1a57f218
No related branches found
No related tags found
No related merge requests found
...@@ -29,10 +29,8 @@ QJsonObject XdgUrl::metadata() const ...@@ -29,10 +29,8 @@ QJsonObject XdgUrl::metadata() const
void XdgUrl::process() void XdgUrl::process()
{ {
/** // xdgs scheme is a reserved name, so the process of xdgs
* xdgs scheme is a reserved name, so the process of xdgs // is the same process of the xdg scheme currently.
* is the same process of the xdg scheme currently.
*/
if (!isValid()) { if (!isValid()) {
QJsonObject result; QJsonObject result;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment