mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 07:42:02 +00:00
Fix nullptr warning
This commit is contained in:
parent
37c5cae58b
commit
84e91772eb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user