diff --git a/klipper/urlgrabber.h b/klipper/urlgrabber.h index 0f8a3cf6a..da51017b5 100644 --- a/klipper/urlgrabber.h +++ b/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 item ); void invokeAction( QSharedPointer item );