Fix build warning

This commit is contained in:
Zheng, Lei
2022-03-06 21:03:37 +08:00
committed by wwmayer
parent 3f0f5cff99
commit d94953ef91

View File

@@ -128,7 +128,7 @@ private:
ActionData(QAction *action, const char *name = "")
: key(action->shortcut(), name)
, pointer(reinterpret_cast<int64_t>(action))
, pointer(reinterpret_cast<intptr_t>(action))
, action(action)
{}
};