diff options
Diffstat (limited to 'src/bookmarks.h')
-rw-r--r-- | src/bookmarks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks.h b/src/bookmarks.h index 38655133..fef91413 100644 --- a/src/bookmarks.h +++ b/src/bookmarks.h @@ -217,7 +217,6 @@ public slots: * @short Waits for signal that the group with the address has been modified by the caller. * Waits for signal that the group (or any of its children) with the address * @p groupAddress (e.g. "/4/5") has been modified by the caller @p caller. - * * @param group bookmark group address * @param caller caller that modified the bookmarks * @see KBookmarkManager::changed @@ -236,3 +235,4 @@ private: }; #endif + |