From kde-commits Thu Jan 31 22:40:35 2008 From: Sebastian Sauer Date: Thu, 31 Jan 2008 22:40:35 +0000 To: kde-commits Subject: KDE/kdebase/workspace/plasma/applets/tasks (silent) Message-Id: <1201819235.739542.29813.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120181924520335 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(); }