mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kio: remove unused KBookmarkOwner destructor and private member
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ea7d508307
commit
43429280bd
1 changed files with 49 additions and 56 deletions
|
@ -378,8 +378,6 @@ private:
|
|||
class KIO_EXPORT KBookmarkOwner
|
||||
{
|
||||
public:
|
||||
virtual ~KBookmarkOwner() {}
|
||||
|
||||
/**
|
||||
* This function is called whenever the user wants to add the
|
||||
* current page to the bookmarks list. The title will become the
|
||||
|
@ -417,7 +415,6 @@ public:
|
|||
|
||||
enum BookmarkOption { ShowAddBookmark, ShowEditBookmark };
|
||||
|
||||
|
||||
/** Returns true if \p action should be shown in the menu
|
||||
* The default is to show both a add and editBookmark Entry
|
||||
* //TODO ContextMenuAction? to disable the contextMenu?
|
||||
|
@ -439,10 +436,6 @@ public:
|
|||
virtual void openFolderinTabs(const KBookmarkGroup &bm);
|
||||
|
||||
virtual KBookmarkDialog * bookmarkDialog(KBookmarkManager * mgr, QWidget *parent);
|
||||
|
||||
private:
|
||||
class KBookmarkOwnerPrivate;
|
||||
KBookmarkOwnerPrivate *d;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue