mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 21:05:34 +08:00
Replace qint32 with int
This commit is contained in:
committed by
Mathew Sutcliffe
parent
3e8b9dc0c9
commit
e4ef6e4058
@@ -16,11 +16,11 @@ namespace BlackMisc
|
||||
{
|
||||
namespace Hardware
|
||||
{
|
||||
CJoystickButton::CJoystickButton(qint32 buttonIndex) :
|
||||
CJoystickButton::CJoystickButton(int buttonIndex) :
|
||||
m_buttonIndex(buttonIndex)
|
||||
{}
|
||||
|
||||
void CJoystickButton::setButtonIndex(qint32 buttonIndex)
|
||||
void CJoystickButton::setButtonIndex(int buttonIndex)
|
||||
{
|
||||
m_buttonIndex = buttonIndex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user