summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/ui/todayplugininterface.h
Unidiff
Diffstat (limited to 'libopie2/opiepim/ui/todayplugininterface.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiepim/ui/todayplugininterface.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/libopie2/opiepim/ui/todayplugininterface.h b/libopie2/opiepim/ui/todayplugininterface.h
index 5dfeaa8..2b7f1e5 100644
--- a/libopie2/opiepim/ui/todayplugininterface.h
+++ b/libopie2/opiepim/ui/todayplugininterface.h
@@ -82,2 +82,8 @@ public:
82 * Plugin authors need to take parent as parent! 82 * Plugin authors need to take parent as parent!
83 *
84 * Note that you always need to create a new QWidget
85 * on this call and the ownership is transfered to the
86 * caller.
87 *
88 * @param The parent of your to be created widget
83 */ 89 */
@@ -94,4 +100,7 @@ public:
94 * may return 0 if no config widget is needed 100 * may return 0 if no config widget is needed
101 *
102 * Note: Always create a new Widget on this call and ownership
103 * is transfered
95 */ 104 */
96 virtual TodayConfigWidget* configWidget( QWidget * ) = 0; 105 virtual TodayConfigWidget* configWidget( QWidget *parent ) = 0;
97 106