mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 20:32:49 +00:00
4662dd8be3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21906 a592a061-630c-0410-9148-cb99ea01b6c8
17 lines
328 B
C++
17 lines
328 B
C++
// -*- 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.
|
|
*/
|
|
|
|
#include <config.h>
|
|
|
|
// trigger moc
|
|
#include "SignalSlotPrivate_moc.cpp"
|
|
|