src: use nullptr instead of NULL
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
QtBookmark::QtBookmark(ControllerProxy<BookmarkController>* controllerProxy)
|
||||
: m_controllerProxy(controllerProxy)
|
||||
, m_treeWidgetItem(NULL)
|
||||
, m_treeWidgetItem(nullptr)
|
||||
, m_arrowImageName(L"arrow_line_down.png")
|
||||
, m_hovered(false)
|
||||
, m_ignoreNextResize(false)
|
||||
|
||||
Reference in New Issue
Block a user