X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fdelegates%2FViewOnlyDelegate.h;h=db73dbf6677ee6e4bdc24d070a7b41f7cb1ef1ef;hb=be625d0fcb1f4e8184ed62a28d23629f8c246d8e;hp=774335c69d08fe00330d2aaf434ef696431491e9;hpb=adf448e4cca7b96f6db9fc2048e9a64fa24a9bba;p=PrivacyBrowserPC.git diff --git a/src/delegates/ViewOnlyDelegate.h b/src/delegates/ViewOnlyDelegate.h index 774335c..db73dbf 100644 --- a/src/delegates/ViewOnlyDelegate.h +++ b/src/delegates/ViewOnlyDelegate.h @@ -1,7 +1,7 @@ /* - * Copyright © 2022 Soren Stoutner . + * Copyright 2022, 2024 Soren Stoutner . * - * This file is part of Privacy Browser PC . + * This file is part of 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;