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

Use pragma once

parent 222bc196
No related branches found
No related tags found
No related merge requests found
#ifndef HANDLERS_XDGURL_H #pragma once
#define HANDLERS_XDGURL_H
#include <QObject> #include <QObject>
#include <QJsonObject> #include <QJsonObject>
...@@ -53,5 +52,3 @@ private: ...@@ -53,5 +52,3 @@ private:
}; };
} // namespace handlers } // namespace handlers
#endif // HANDLERS_XDGURL_H
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