X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt%2FTocWidget.h;h=df6c7052802bf11d401196992374e2cce5fcb90c;hb=4888414f2757a4e8075dc1f9fec79be30a0fff64;hp=4f8c617c3e294b2fcca35998b763827866de68e9;hpb=f3d5a95bb2472c907bb9bb7d07dc622413e3accb;p=features.git diff --git a/src/frontends/qt/TocWidget.h b/src/frontends/qt/TocWidget.h index 4f8c617c3e..df6c705280 100644 --- a/src/frontends/qt/TocWidget.h +++ b/src/frontends/qt/TocWidget.h @@ -120,7 +120,7 @@ private: // Timer for scheduling expensive update operations QTimer * timer_; /// Filter bar - FancyLineEdit * filter_; + FancyLineEdit * filter_ = nullptr; }; } // namespace frontend