X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fdelegates%2FViewOnlyDelegate.cpp;fp=src%2Fdelegates%2FViewOnlyDelegate.cpp;h=3bfc991296dd7c660f8d70c41c13f355d1fedfd4;hb=f8f8d907d0caa128abf73696f812f8e92db812b7;hp=ab7f873bc2e3f6d86a8ddb165358c36cb7995290;hpb=a44e607fb5398c80c5de2629017865ae749e8fbf;p=PrivacyBrowserPC.git diff --git a/src/delegates/ViewOnlyDelegate.cpp b/src/delegates/ViewOnlyDelegate.cpp index ab7f873..3bfc991 100644 --- a/src/delegates/ViewOnlyDelegate.cpp +++ b/src/delegates/ViewOnlyDelegate.cpp @@ -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 @@ -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 {