aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditorplugin.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2024-01-26 14:52:54 +0100
committerhjk <hjk@qt.io>2024-01-29 13:01:29 +0000
commit66b50438d8a450518be9bd517bbdf15c8443fffa (patch)
treee85ef54e55425333add2f36a7975a1af2349c0e1 /src/plugins/resourceeditor/resourceeditorplugin.cpp
parentfe35ee5c38583cb8b8cd1ef35cb212c3ebeed443 (diff)
Utils: Rename ParameterAction into Action
It became the defacto-type for action when ActionBuilder started creating them as default. Change-Id: I1008d60b78ea83919ce1c80a7ef828527fe9902c Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/resourceeditor/resourceeditorplugin.cpp')
-rw-r--r--src/plugins/resourceeditor/resourceeditorplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/resourceeditor/resourceeditorplugin.cpp b/src/plugins/resourceeditor/resourceeditorplugin.cpp
index fd66d1d211..20ae5fc7c2 100644
--- a/src/plugins/resourceeditor/resourceeditorplugin.cpp
+++ b/src/plugins/resourceeditor/resourceeditorplugin.cpp
@@ -128,8 +128,8 @@ class ResourceEditorPlugin final : public ExtensionSystem::IPlugin
QMenu *m_openWithMenu = nullptr;
// file context menu
- ParameterAction *m_copyPath = nullptr;
- ParameterAction *m_copyUrl = nullptr;
+ Action *m_copyPath = nullptr;
+ Action *m_copyUrl = nullptr;
};
void ResourceEditorPlugin::initialize()