X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt%2FGuiErrorList.cpp;h=e7dc3766f5b3a10192ad732b7efd1b94a36871c7;hb=ceb03b1815583a7daf6166562f6d928d7d38b356;hp=0b625ccd519bf5ad2a73fca67919a165d0973b5e;hpb=c293be56bd12c5dc46e5cedd2828e33918fccef7;p=lyx.git diff --git a/src/frontends/qt/GuiErrorList.cpp b/src/frontends/qt/GuiErrorList.cpp index 0b625ccd51..e7dc3766f5 100644 --- a/src/frontends/qt/GuiErrorList.cpp +++ b/src/frontends/qt/GuiErrorList.cpp @@ -21,7 +21,6 @@ #include "FuncStatus.h" #include "BufferList.h" #include "LyX.h" -#include "ParIterator.h" #include "Text.h" #include "TexRow.h" @@ -58,7 +57,7 @@ namespace lyx { namespace frontend { GuiErrorList::GuiErrorList(GuiView & lv) - : GuiDialog(lv, "errorlist", qt_("Error List")), buf_(0), from_master_(false) + : GuiDialog(lv, "errorlist", qt_("Error List")), buf_(nullptr), from_master_(false) { setupUi(this); @@ -179,8 +178,6 @@ bool GuiErrorList::goTo(int item) } -Dialog * createGuiErrorList(GuiView & lv) { return new GuiErrorList(lv); } - } // namespace frontend } // namespace lyx