material-decoration icon indicating copy to clipboard operation
material-decoration copied to clipboard

registerPlugin error when compiling

Open Zren opened this issue 3 years ago • 1 comments

material-decoration/src/plugin.cc:30:37: error: ‘void KPluginFactory::registerPlugin(const QString&) [with T = Material::Button; typename std::enable_if<KPluginFactory::InheritanceChecker<impl>::enabled, int>::type <anonymous> = 0]’ is deprecated: Since 5.89. Use overload without keyword instead [-Werror=deprecated-declarations]
   30 |     registerPlugin<Material::Button>(QStringLiteral("button"));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/KF5/KCoreAddons/KPluginFactory:1,
                 from /home/chris/Code/kdecommunity/material-decoration/src/plugin.cc:24:
/usr/include/KF5/KCoreAddons/kpluginfactory.h:741:10: note: declared here
  741 |     void registerPlugin(const QString &keyword)
      |          ^~~~~~~~~~~~~~
In file included from /usr/include/KF5/KCoreAddons/KPluginFactory:1,
                 from /home/chris/Code/kdecommunity/material-decoration/src/plugin.cc:24:
material-decoration/src/plugin.cc:31:50: error: ‘void KPluginFactory::registerPlugin(const QString&) [with T = Material::ConfigurationModule; typename std::enable_if<KPluginFactory::InheritanceChecker<impl>::enabled, int>::type <anonymous> = 0]’ is deprecated: Since 5.89. Use overload without keyword instead [-Werror=deprecated-declarations]
   31 |     registerPlugin<Material::ConfigurationModule>(QStringLiteral("kcmodule"));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/KF5/KCoreAddons/KPluginFactory:1,
                 from /home/chris/Code/kdecommunity/material-decoration/src/plugin.cc:24:
/usr/include/KF5/KCoreAddons/kpluginfactory.h:741:10: note: declared here
  741 |     void registerPlugin(const QString &keyword)
      |          ^~~~~~~~~~~~~~

Zren avatar Jan 11 '22 06:01 Zren

  • https://invent.kde.org/plasma/breeze/-/blame/master/kdecoration/breezedecoration.cpp#L43
  • https://invent.kde.org/plasma/breeze/-/commit/bbd14556ffb25e3de867639013f8e914b0305d61
  • https://invent.kde.org/plasma/breeze/-/commit/79e32241c13d9ad3065c478f1e5870551b4a5284

Zren avatar Jan 11 '22 06:01 Zren