Minor: Fix annoying -Wdocumentation warning

warning: '@returns' command used in a comment that is attached to a
function returning void [-Wdocumentation]
wilder-5.14
Kevin Funk 9 years ago
parent 8dc87ec29a
commit bff73ef91d
  1. 2
      klipper/urlgrabber.h

@ -49,8 +49,6 @@ public:
/**
* Checks a given string whether it matches any of the user-defined criteria.
* If it does, the configured action will be executed.
* @returns false if the string should be put into the popupmenu or not,
* otherwise true.
*/
void checkNewData( QSharedPointer<const HistoryItem> item );
void invokeAction( QSharedPointer<const HistoryItem> item );

Loading…
Cancel
Save