From: Jean-Marc Lasgouttes Date: Tue, 15 Dec 2020 10:53:06 +0000 (+0100) Subject: Dialog.h and DialogFactory.h are not moc-able X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=209a3ce618214ed4ecacf916c6d0055c69d28e5a;p=features.git Dialog.h and DialogFactory.h are not moc-able --- diff --git a/src/frontends/qt/Makefile.am b/src/frontends/qt/Makefile.am index d559623310..9ca258d9d3 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 \