]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/dialogs/AddFolderDialog.h
Move the Settings Dialog to its own class. https://redmine.stoutner.com/issues/1151
[PrivacyBrowserPC.git] / src / dialogs / AddFolderDialog.h
index 3397b68cf9f8063996e46ed4cf0b9f9c80a92e0a..e0673a30f57c32ef543c833535674db981963a87 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2023 Soren Stoutner <soren@stoutner.com>.
+ * Copyright 2023-2024 Soren Stoutner <soren@stoutner.com>.
  *
  * This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
  *
@@ -36,7 +36,7 @@ class AddFolderDialog : public QDialog
 
 public:
     // The primary constructor.
-    explicit AddFolderDialog(const QIcon &currentWebsiteFavoriteIcon, const double parentFolderId);
+    explicit AddFolderDialog(QWidget *parentWidgetPointer, const QIcon &currentWebsiteFavoriteIcon, const double parentFolderId);
 
 signals:
     // The signals.