From 8fc0bf6030db8a522139e933d506507f367e9832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=BCmmel?= Date: Tue, 27 Nov 2007 20:01:23 +0000 Subject: [PATCH] use the same mechanism to trigger moc as in frontends/qt4 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21826 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/SignalSlotPrivate.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/support/SignalSlotPrivate.cpp diff --git a/src/support/SignalSlotPrivate.cpp b/src/support/SignalSlotPrivate.cpp new file mode 100644 index 0000000000..59bd265ee5 --- /dev/null +++ b/src/support/SignalSlotPrivate.cpp @@ -0,0 +1,15 @@ +// -*- C++ -*- +/** + * \file SignalSlotPrivate.cpp + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author André Pönitz + * + * Full author contact details are available in file CREDITS. + */ + + +// trigger moc +#include "SignalSlotPrivate_moc.cpp" +