Remove non-implemented ctor declaration

Has the nice side-effect of removing a reference to the deprecated
KPluginInfo.
wilder-5.25
Volker Krause 4 years ago
parent eb98f01df6
commit 662276bab0
  1. 1
      dataengines/time/timeengine.h

@ -23,7 +23,6 @@ class TimeEngine : public Plasma::DataEngine
Q_OBJECT
public:
explicit TimeEngine(const KPluginInfo &plugin, QObject *parent = nullptr);
TimeEngine(QObject *parent, const QVariantList &args);
~TimeEngine() override;

Loading…
Cancel
Save