PVS: V730 Not all members of a class are initialized inside the constructor
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
#endif // Spacemice
|
||||
|
||||
Gui::GUIApplicationNativeEventAware::GUIApplicationNativeEventAware(int &argc, char *argv[]) :
|
||||
QApplication (argc, argv)
|
||||
QApplication (argc, argv), spaceballPresent(false)
|
||||
{
|
||||
#if defined(_USE_3DCONNEXION_SDK) || defined(SPNAV_FOUND)
|
||||
nativeEvent = new Gui::GuiNativeEvent(this);
|
||||
|
||||
Reference in New Issue
Block a user