[LyX/master] Dialog.h and DialogFactory.h are not moc-able

Jean-Marc Lasgouttes lasgouttes at lyx.org
Tue Dec 15 10:23:03 UTC 2020


commit 209a3ce618214ed4ecacf916c6d0055c69d28e5a
Author: Jean-Marc Lasgouttes <lasgouttes at lyx.org>
Date:   Tue Dec 15 11:53:06 2020 +0100

    Dialog.h and DialogFactory.h are not moc-able
---
 src/frontends/qt/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/frontends/qt/Makefile.am b/src/frontends/qt/Makefile.am
index d559623..9ca258d 100644
--- a/src/frontends/qt/Makefile.am
+++ b/src/frontends/qt/Makefile.am
@@ -152,6 +152,8 @@ SOURCEFILES = \
 NOMOCHEADER = \
 	ButtonController.h \
 	ColorCache.h \
+	Dialog.h \
+	DialogFactory.h \
 	FileDialog.h \
 	GuiFontExample.h \
 	GuiFontLoader.h \
@@ -171,8 +173,6 @@ MOCHEADER = \
 	BulletsModule.h \
 	CategorizedCombo.h \
 	CustomizedWidgets.h \
-	Dialog.h \
-	DialogFactory.h \
 	DialogView.h \
 	DockView.h \
 	EmptyTable.h \


More information about the lyx-cvs mailing list