mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
AdBlockPlugin: Set correct interface metadata
This commit is contained in:
parent
3333b61650
commit
683854f502
@ -25,6 +25,8 @@ class BrowserWindow;
|
|||||||
class AdBlockPlugin : public QObject, public PluginInterface
|
class AdBlockPlugin : public QObject, public PluginInterface
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
Q_INTERFACES(PluginInterface)
|
||||||
|
Q_PLUGIN_METADATA(IID "Falkon.Browser.plugin.AdBlock")
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit AdBlockPlugin();
|
explicit AdBlockPlugin();
|
||||||
|
Loading…
Reference in New Issue
Block a user