X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fdialogs%2FAddFolderDialog.h;fp=src%2Fdialogs%2FAddFolderDialog.h;h=e0673a30f57c32ef543c833535674db981963a87;hp=3397b68cf9f8063996e46ed4cf0b9f9c80a92e0a;hb=5e66d268d985552aeeae3e9ae7d0967d359a557f;hpb=2374794c9a71745376c9d2db0ee403e6b0969d39 diff --git a/src/dialogs/AddFolderDialog.h b/src/dialogs/AddFolderDialog.h index 3397b68..e0673a3 100644 --- a/src/dialogs/AddFolderDialog.h +++ b/src/dialogs/AddFolderDialog.h @@ -1,5 +1,5 @@ /* - * Copyright 2023 Soren Stoutner . + * Copyright 2023-2024 Soren Stoutner . * * This file is part of Privacy Browser PC . * @@ -36,7 +36,7 @@ class AddFolderDialog : public QDialog public: // The primary constructor. - explicit AddFolderDialog(const QIcon ¤tWebsiteFavoriteIcon, const double parentFolderId); + explicit AddFolderDialog(QWidget *parentWidgetPointer, const QIcon ¤tWebsiteFavoriteIcon, const double parentFolderId); signals: // The signals.