Add @author to the apidox.

SVN_SILENT

svn path=/trunk/KDE/kdebase/apps/; revision=1192368
This commit is contained in:
Raphael Kubo da Costa 2010-11-02 18:42:28 +00:00
parent d66c6a5844
commit 5e1a4c14c4

View file

@ -34,7 +34,9 @@ class QAction;
* here menu appearing in dolphin/konqueror. In the setup-method you may check * here menu appearing in dolphin/konqueror. In the setup-method you may check
* the properties of the dropped files, and if applicable, append your own * the properties of the dropped files, and if applicable, append your own
* QAction that the user may trigger in the menu. * QAction that the user may trigger in the menu.
* */ *
* @author Harald Hvaal <metellius@gmail.com>
*/
class LIBKONQ_EXPORT KonqDndPopupMenuPlugin : public QObject class LIBKONQ_EXPORT KonqDndPopupMenuPlugin : public QObject
{ {
Q_OBJECT Q_OBJECT
@ -61,5 +63,4 @@ public:
QList<QAction*>& pluginActions) = 0; QList<QAction*>& pluginActions) = 0;
}; };
#endif /* _KONQ_DNDPOPUPMENUPLUGIN_H_ */ #endif /* _KONQ_DNDPOPUPMENUPLUGIN_H_ */