From a50ac04c578c73e6937c591f5de2047841179db5 Mon Sep 17 00:00:00 2001 From: Akira Ohgaki <akiraohgaki@gmail.com> Date: Wed, 23 Nov 2016 16:26:58 +0900 Subject: [PATCH] Commentation --- src/app/handlers/xdgurl.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/handlers/xdgurl.cpp b/src/app/handlers/xdgurl.cpp index 5080d17..fa2c92d 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; -- GitLab