1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 02:36:34 +01:00

AdBlockPlugin: Set correct interface metadata

This commit is contained in:
David Rosca 2018-02-11 11:51:08 +01:00
parent 3333b61650
commit 683854f502
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -25,6 +25,8 @@ class BrowserWindow;
class AdBlockPlugin : public QObject, public PluginInterface
{
Q_OBJECT
Q_INTERFACES(PluginInterface)
Q_PLUGIN_METADATA(IID "Falkon.Browser.plugin.AdBlock")
public:
explicit AdBlockPlugin();