]> git.lyx.org Git - lyx.git/blob - src/support/signals.h
Let paragraph::requestSpellcheck() consider contained insets
[lyx.git] / src / support / signals.h
1 // -*- C++ -*-
2 /**
3  * \file signals.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Guillaume Munch
8  *
9  * Full author contact details are available in file CREDITS.
10  */
11
12 #ifndef LYX_SIGNALS_H
13 #define LYX_SIGNALS_H
14
15 #include <nod.hpp>
16
17 namespace lyx {
18
19 using nod::signal;
20 using nod::connection;
21 using nod::scoped_connection;
22
23 } // namespace lyx
24
25 #endif