X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fwindows%2FBrowserWindow.h;fp=src%2Fwindows%2FBrowserWindow.h;h=6910f8ae474c968fbbab68a173508fea62690909;hp=c4e04645371d0f9f86a8f76d4d116cf4102a5bfa;hb=86a23ca21bde2c37b8318f883bee143e063d07ff;hpb=48750feae0c2e079a3b449e12b5870dde82aa229 diff --git a/src/windows/BrowserWindow.h b/src/windows/BrowserWindow.h index c4e0464..6910f8a 100644 --- a/src/windows/BrowserWindow.h +++ b/src/windows/BrowserWindow.h @@ -49,6 +49,10 @@ public: // The public variables. TabWidget *tabWidgetPointer; +public Q_SLOTS: + // The public slots. + void populateBookmarksInThisWindow(); // This is public so that the bookmarks can be repopulated over D-Bus when changed by another instance of Privacy Browser. + private Q_SLOTS: // The private slots. void addOrEditDomainSettings() const; @@ -67,7 +71,7 @@ private Q_SLOTS: void incrementZoom(); void loadUrlFromLineEdit(const QString &url) const; void newWindow() const; - void populateBookmarks(); + void populateBookmarksInAllWindows() const; void refresh() const; void reloadAndBypassCache() const; void showBookmarkContextMenu(const QPoint &point);