Skip to content
Commit 7d34a1ec authored by David Edmundson's avatar David Edmundson
Browse files

Remove line that does nothing

Summary:
AppletInterface is designed to expose Applet methods to QML space.

Emitting a signal on appletinterface from QML doesn't acheieve anything
as all we'll do is notify the QML code which we're already in.

We intention was probably to re-evaluate anything connected to
Applet::contextualActionsAboutToShow, but that's not happening.

Test Plan: Opened toolbox, it looked the same

Reviewers: #plasma

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D3165
parent f00194e6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment