mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
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
This commit is contained in:
parent
3665dc404e
commit
8fc0bf6030
15
src/support/SignalSlotPrivate.cpp
Normal file
15
src/support/SignalSlotPrivate.cpp
Normal file
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user