diff options
Diffstat (limited to 'src/infosidebarpage.h')
| -rw-r--r-- | src/infosidebarpage.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index cebb7f4aa..5509ed1f4 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -128,11 +128,12 @@ private: void connectToActiveView(); /** - * Checks whether the current Url is repesented by a bookmark. If yes, + * Checks whether the an Url is repesented by a bookmark. If yes, * then the bookmark icon and name are shown instead of a preview. * @return True, if the Url represents exactly a bookmark. + * @param url The url to check. */ - bool applyBookmark(); + bool applyBookmark(const KUrl& url); /** Assures that any pending item information request is cancelled. */ void cancelRequest(); |
