aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/socketspy/libkvisocketspy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/socketspy/libkvisocketspy.cpp')
-rw-r--r--src/modules/socketspy/libkvisocketspy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/socketspy/libkvisocketspy.cpp b/src/modules/socketspy/libkvisocketspy.cpp
index 81995cc5f..9ecaa2863 100644
--- a/src/modules/socketspy/libkvisocketspy.cpp
+++ b/src/modules/socketspy/libkvisocketspy.cpp
@@ -30,7 +30,7 @@
#include <QSplitter>
-KviPointerList<SocketSpyWindow> * g_pSocketSpyWindowList = 0;
+KviPointerList<SocketSpyWindow> * g_pSocketSpyWindowList = nullptr;
/*
@doc: socketspy.open
@@ -71,7 +71,7 @@ static bool socketspy_module_cleanup(KviModule *)
while(g_pSocketSpyWindowList->first())
g_pSocketSpyWindowList->first()->die();
delete g_pSocketSpyWindowList;
- g_pSocketSpyWindowList = 0;
+ g_pSocketSpyWindowList = nullptr;
return true;
}