X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fdatabases%2FCookiesDatabase.h;h=b81557b7e46b540841bddf9be1132b6187e20f97;hp=76e788ca63572bc8dadb721ba12826666b46b944;hb=310828788817f6acf54c77138ec38d97c8bdaf3d;hpb=b4c8c8d02113d14c2a07751eb3b0c1bdeec7abb4 diff --git a/src/databases/CookiesDatabase.h b/src/databases/CookiesDatabase.h index 76e788c..b81557b 100644 --- a/src/databases/CookiesDatabase.h +++ b/src/databases/CookiesDatabase.h @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Soren Stoutner . + * Copyright 2022-2023 Soren Stoutner . * * This file is part of 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;