X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiChanges.h;h=344f5e56070d313ab251e528305f4c7e5074643d;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=a1579a5ee8a6ddd8cf9abd16d2442b47bdab28c0;hpb=42015a8ebd17092c9b55c9519015119d04f52218;p=lyx.git diff --git a/src/frontends/qt4/GuiChanges.h b/src/frontends/qt4/GuiChanges.h index a1579a5ee8..344f5e5607 100644 --- a/src/frontends/qt4/GuiChanges.h +++ b/src/frontends/qt4/GuiChanges.h @@ -35,9 +35,11 @@ protected Q_SLOTS: void rejectChange(); /// find the next change and highlight it void nextChange(); + /// find the previous change and highlight it + void previousChange(); private: - void closeEvent(QCloseEvent * e); + /// void updateContents(); /// Nothing to initialise in this case.