C++11: modernize use nullptr (replaces NULL or 0)
This commit is contained in:
@@ -55,7 +55,7 @@ NativeEvent::getEvent() const
|
||||
NativeEvent::NativeEvent()
|
||||
: QEvent(QEvent::User)
|
||||
{
|
||||
this->rawevent = NULL;
|
||||
this->rawevent = nullptr;
|
||||
}
|
||||
|
||||
#endif // !HAVE_SPACENAV_LIB
|
||||
|
||||
Reference in New Issue
Block a user