KBookmarkAction Class
This class is a QAction for bookmarks. More...
Header: | #include <KBookmarkAction> |
CMake: | find_package(KF6 REQUIRED COMPONENTS Bookmarks)
target_link_libraries(mytarget PRIVATE KF6::Bookmarks) |
Inherits: | KBookmarkActionInterface and |
Public Functions
| KBookmarkAction(const KBookmark &bk, KBookmarkOwner *owner, QObject *parent) |
Public Slots
void | slotSelected(Qt::MouseButtons mb, Qt::KeyboardModifiers km) |
Detailed Description
It provides a nice constructor. And on triggered uses the owner to open the bookmark.