]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/delegates/ViewOnlyDelegate.cpp
Filter options implementation.
[PrivacyBrowserPC.git] / src / delegates / ViewOnlyDelegate.cpp
index ab7f873bc2e3f6d86a8ddb165358c36cb7995290..3bfc991296dd7c660f8d70c41c13f355d1fedfd4 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
@@ -20,7 +20,7 @@
 // Application headers.
 #include "ViewOnlyDelegate.h"
 
-ViewOnlyDelegate::ViewOnlyDelegate(QObject *parentPointer) : QStyledItemDelegate(parentPointer) {}
+ViewOnlyDelegate::ViewOnlyDelegate(QObject *parentObjectPointer) : QStyledItemDelegate(parentObjectPointer) {}
 
 QWidget* ViewOnlyDelegate::createEditor(QWidget *parentWidgetPointer, const QStyleOptionViewItem &styleOptionsViewItem, const QModelIndex &modelIndex) const
 {