]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/databases/CookiesDatabase.h
Move `enabled` above `disabled` in the domain settings spinners. https://redmine...
[PrivacyBrowserPC.git] / src / databases / CookiesDatabase.h
index 76e788ca63572bc8dadb721ba12826666b46b944..b81557b7e46b540841bddf9be1132b6187e20f97 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2022 Soren Stoutner <soren@stoutner.com>.
+ * Copyright 2022-2023 Soren Stoutner <soren@stoutner.com>.
  *
  * This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
  *
@@ -44,12 +44,12 @@ public:
     static void updateCookie(const QNetworkCookie &oldCookie, const QNetworkCookie &newCookie);
 
     // The public constants.
-    static const QString _ID;
     static const QString CONNECTION_NAME;
     static const QString COOKIES_TABLE;
     static const QString DOMAIN;
     static const QString EXPIRATION_DATE;
     static const QString HTTP_ONLY;
+    static const QString ID;
     static const QString NAME;
     static const QString PATH;
     static const QString SECURE;