X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2FBrowserWindow.h;h=8d65827e1b781a99a8957faead12cfe6dac9e5f2;hp=7539099d11384e871d5a28b355c50bb88b4403da;hb=68167c0aba46c4bd4c859b176824873ffd14a3e7;hpb=d37c965b5cc545db8845756ff2e059fd20a54869 diff --git a/src/BrowserWindow.h b/src/BrowserWindow.h index 7539099..8d65827 100644 --- a/src/BrowserWindow.h +++ b/src/BrowserWindow.h @@ -42,12 +42,14 @@ private Q_SLOTS: // Define 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. MainView *mainViewPointer; + QLabel *searchEngineLabelPointer; QLabel *userAgentLabelPointer; }; #endif