21f954d94d
You can assign a QAction as "action", this way you can just pass it e.g. plasmoid.action("configure"). However, when assigning a null action as can happen with kiosk restrictions, it would crash as it assigns m_action the nullptr but never checks for that. This patch ensures we always have a QAction, creating a new empty one, if neccessary. Also deletes our own action if an external one is assigned Differential Revision: https://phabricator.kde.org/D6608 |
||
---|---|---|
.. | ||
components | ||
dpi | ||
kplugins | ||
testengine | ||
CMakeLists.txt | ||
colorcontext.qml | ||
dialog_fullscreen.qml | ||
dialog_minWidthHeightRepositioning.qml | ||
dialog_positioning2.qml | ||
dialog_positioning_parentrotated.qml | ||
dialog_positioning.qml | ||
dialog_resizeWithParent.qml | ||
dialog_sizeMoreThanMin.qml | ||
dialog_tooltip.qml | ||
dialog_visualParentChange.qml | ||
dialog.qml | ||
selected_svg.qml | ||
testborders.qml | ||
tooltip-icons.qml | ||
tooltip.qml |