]> git.lyx.org Git - features.git/commitdiff
Andr'e points out this is wrong. Of course it is, since that is not a pointer.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 3 Mar 2020 19:27:03 +0000 (14:27 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 3 Mar 2020 19:27:03 +0000 (14:27 -0500)
src/frontends/qt/GuiToc.h

index 48f68b3c9f8d3bf85ae2165809fed514740e3b50..4042b8583bab9e766e9aa55310384e54d0a513f9 100644 (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 = nullptr);
+                       Qt::WindowFlags flags = {});
 
        ///
        bool initialiseParams(std::string const & data);