From 5b9d1ddde859ff783f95babf1887fa40e6bfe0be Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 16 Apr 2003 10:59:24 +0000 Subject: API docu fixes... if using \fn infront of a function make sure to name the right function ljp please see my comment in oticker about constness --- (limited to 'libopie/todayplugininterface.h') diff --git a/libopie/todayplugininterface.h b/libopie/todayplugininterface.h index 29a12bc..532f492 100644 --- a/libopie/todayplugininterface.h +++ b/libopie/todayplugininterface.h @@ -100,6 +100,9 @@ public: * This is part of the QCOM works. See example plugins how to do it right */ struct TodayPluginInterface : public QUnknownInterface { + /** + * return the TodayPluginObject implementation + */ virtual TodayPluginObject *guiPart() = 0; }; -- cgit v0.9.0.2