]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/tests/kitemlistcontrollertest.cpp
Exclude m_terminalPanel references when built on Windows
[dolphin.git] / src / tests / kitemlistcontrollertest.cpp
index 10bdb8b242e73c9f6611a49c54459f644d420669..926a781675f044be8c1e047a31c6d3bfc52e76a8 100644 (file)
@@ -149,10 +149,10 @@ void KItemListControllerTest::initTestCase()
 void KItemListControllerTest::cleanupTestCase()
 {
     delete m_container;
-    m_container = 0;
+    m_container = nullptr;
 
     delete m_testDir;
-    m_testDir = 0;
+    m_testDir = nullptr;
 }
 
 /** Before each test, the current item, selection, and item size are reset to the defaults. */