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
* the properties of the dropped files, and if applicable, append your own
* QAction that the user may trigger in the menu.
* */
*
* @author Harald Hvaal <metellius@gmail.com>
*/
class LIBKONQ_EXPORT KonqDndPopupMenuPlugin : public QObject
{
Q_OBJECT
@ -54,12 +56,11 @@ public:
* (which file items, their common mimetype, etc.)
* @param destination the URL to where the file(s) were dropped
* @param pluginActions a QList with the QActions that will be plugged into
* the menu.
* the menu.
*/
virtual void setup(const KFileItemListProperties& popupMenuInfo,
KUrl destination,
QList<QAction*>& pluginActions) = 0;
};
#endif /* _KONQ_DNDPOPUPMENUPLUGIN_H_ */