Fix build warning
This commit is contained in:
@@ -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)
|
||||
{}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user