]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/delegates/ViewOnlyDelegate.h
Filter options implementation.
[PrivacyBrowserPC.git] / src / delegates / ViewOnlyDelegate.h
index 774335c69d08fe00330d2aaf434ef696431491e9..db73dbf6677ee6e4bdc24d070a7b41f7cb1ef1ef 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright © 2022 Soren Stoutner <soren@stoutner.com>.
+ * Copyright 2022, 2024 Soren Stoutner <soren@stoutner.com>.
  *
- * This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
+ * This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc/>.
  *
  * Privacy Browser PC is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@ class ViewOnlyDelegate : public QStyledItemDelegate
 
 public:
     // The default constructor.
-    explicit ViewOnlyDelegate(QObject *parentPointer = nullptr);
+    explicit ViewOnlyDelegate(QObject *parentObjectPointer = nullptr);
 
     // The public functions.
     QWidget* createEditor(QWidget *parentWidgetPointer, const QStyleOptionViewItem &styleOptionsViewItem, const QModelIndex &modelIndex) const override;