X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fdialogs%2FAddFolderDialog.h;h=e0673a30f57c32ef543c833535674db981963a87;hb=f7522adfac888208a7006eb7e67a7173e995ec48;hp=3397b68cf9f8063996e46ed4cf0b9f9c80a92e0a;hpb=3b22acd838008fd54234acc475edca434510b501;p=PrivacyBrowserPC.git 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.