Fix nullptr warning

This commit is contained in:
Richard Kimberly Heck 2020-03-03 00:08:46 -05:00
parent 37c5cae58b
commit 84e91772eb

View File

@ -32,7 +32,7 @@ public:
GuiToc(
GuiView & parent, ///< the main window where to dock.
Qt::DockWidgetArea area = Qt::LeftDockWidgetArea, ///< Position of the dock (and also drawer)
Qt::WindowFlags flags = 0);
Qt::WindowFlags flags = nullptr);
///
bool initialiseParams(std::string const & data);