X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FBrowserWindow.h;h=a8679ad4eab8a9eb04c14e65f1573abd48832fb5;hb=44cd064cb213ad693223ca117fe346d8b78456d6;hp=7539099d11384e871d5a28b355c50bb88b4403da;hpb=d37c965b5cc545db8845756ff2e059fd20a54869;p=PrivacyBrowserPC.git diff --git a/src/BrowserWindow.h b/src/BrowserWindow.h index 7539099..a8679ad 100644 --- a/src/BrowserWindow.h +++ b/src/BrowserWindow.h @@ -39,15 +39,17 @@ public: BrowserWindow(); private Q_SLOTS: - // Define the private slots. + // The private slots. void fileNew() const; void settingsConfigure(); + void updateSearchEngineLabel(const QString &searchEngineString) const; void updateStatusBar(const QString &statusBarMessage) const; void updateUserAgentLabel(const QString &userAgentName) const; private: - // Define the private variables. + // The private variables. MainView *mainViewPointer; + QLabel *searchEngineLabelPointer; QLabel *userAgentLabelPointer; }; #endif