From 209a3ce618214ed4ecacf916c6d0055c69d28e5a Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 15 Dec 2020 11:53:06 +0100 Subject: [PATCH] Dialog.h and DialogFactory.h are not moc-able --- src/frontends/qt/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.39.2