]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/BrowserWindow.h
Reapply domain settings when the host changes.
[PrivacyBrowserPC.git] / src / BrowserWindow.h
index 8d65827e1b781a99a8957faead12cfe6dac9e5f2..a8679ad4eab8a9eb04c14e65f1573abd48832fb5 100644 (file)
@@ -39,7 +39,7 @@ public:
     BrowserWindow();
 
 private Q_SLOTS:
-    // Define the private slots.
+    // The private slots.
     void fileNew() const;
     void settingsConfigure();
     void updateSearchEngineLabel(const QString &searchEngineString) const;
@@ -47,7 +47,7 @@ private Q_SLOTS:
     void updateUserAgentLabel(const QString &userAgentName) const;
 
 private:
-    // Define the private variables.
+    // The private variables.
     MainView *mainViewPointer;
     QLabel *searchEngineLabelPointer;
     QLabel *userAgentLabelPointer;