]> git.lyx.org Git - features.git/commit
Fix warning during runtime with qt4
authorGuillaume Munch <gm@lyx.org>
Wed, 9 Nov 2016 22:37:35 +0000 (23:37 +0100)
committerGuillaume Munch <gm@lyx.org>
Wed, 9 Nov 2016 22:37:35 +0000 (23:37 +0100)
commitdc5d056dd51a289483d996d5b21c55274044822d
treea611c161db2879328ce149c23b46289d9300d335
parent0220c58ef3892f884a6e3e65e233ad9d7b075bcb
Fix warning during runtime with qt4

Do not use "on_" as a prefix for functions unless the use of auto-connect is
intended.
13 files changed:
src/frontends/qt4/Dialog.h
src/frontends/qt4/DialogView.cpp
src/frontends/qt4/DialogView.h
src/frontends/qt4/DockView.cpp
src/frontends/qt4/DockView.h
src/frontends/qt4/GuiDialog.cpp
src/frontends/qt4/GuiDialog.h
src/frontends/qt4/GuiDocument.cpp
src/frontends/qt4/GuiDocument.h
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiView.h
src/frontends/qt4/GuiViewSource.cpp
src/frontends/qt4/GuiViewSource.h