Skip to content

Commit

Permalink
Don't pass KAboutData arg to KCModule constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
zzag committed Feb 9, 2022
1 parent 0a25947 commit 0ba27a4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/kcm/YetAnotherMagicLampEffectKCM.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@
#include "YetAnotherMagicLampConfig.h"
#include "kwineffects_interface.h"

// KF5
#include <KAboutData>

YetAnotherMagicLampEffectKCM::YetAnotherMagicLampEffectKCM(QWidget* parent, const QVariantList& args)
: KCModule(KAboutData::pluginData(QStringLiteral("kwin4_effect_yetanothermagiclamp")), parent, args)
: KCModule(parent, args)
, m_ui(new Ui::YetAnotherMagicLampEffectKCM)
{
m_ui->setupUi(this);
Expand Down

0 comments on commit 0ba27a4

Please sign in to comment.