SVN commit 769248 by sebsauer: dox++ SVN_SILENT M +4 -0 tasks.cpp --- trunk/KDE/kdebase/workspace/plasma/applets/tasks/tasks.cpp #769247:769248 @@ -111,6 +111,10 @@ QList Tasks::contextActions() { + // What we do here is to return the context-actions our parent containment does + // provide to us. This allows us to e.g. display also the "Configure Panel" action + // the panelcontainment does provide if we right-click on the task-applet that is + // embedded within the panel. return containment() ? containment()->contextActions() : QList(); }