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

Get XDG-URL string

parent fb973bac
No related branches found
No related tags found
No related merge requests found
...@@ -205,6 +205,11 @@ bool XdgUrl::_install() ...@@ -205,6 +205,11 @@ bool XdgUrl::_install()
* Public slots * Public slots
*/ */
QString XdgUrl::getXdgUrl()
{
return _xdgUrl;
}
bool XdgUrl::isValid() bool XdgUrl::isValid()
{ {
bool isValid = true; bool isValid = true;
......
...@@ -43,6 +43,7 @@ private: ...@@ -43,6 +43,7 @@ private:
private slots: private slots:
public slots: public slots:
QString getXdgUrl();
bool isValid(); bool isValid();
bool process(); bool process();
......
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