lyx_mirror/src/frontends
Georg Baum 14fa2c7162 Remove using directives from headers
The only exceptions are:

- The purpose of the header is to drag in the used symbol, e.g. unique_ptr.h
- The used symbol is inside a class or a namespace other than lyx

The reason for this is that global 'using' statements effectively forbid to
use the used symbols in any other namespace in the whole program, since simply
adding or removing an #include of the corresponding header subtly changes the
name lookup. The namespace lyx is sort of global, so it should not have these
statements either.
2016-06-26 18:22:59 +02:00
..
qt4 Remove using directives from headers 2016-06-26 18:22:59 +02:00
tests Require a C++11 compiler 2016-06-07 20:34:52 +02:00
.gitignore
alert.h Remove heavy includes 2014-11-30 12:52:01 +01:00
Application.h Auto feature for minibuffer toolbar 2015-07-15 17:41:09 +02:00
Clipboard.h Remove using directives from headers 2016-06-26 18:22:59 +02:00
CMakeLists.txt
Delegates.h
FontLoader.h
FontMetrics.h Use QFontMetrics information for underlines (and friends) width and position 2015-09-08 10:44:03 +02:00
KeyModifier.h
KeySymbol.h
Makefile.am Configure included iconv with autotools 2016-05-29 17:55:43 -04:00
mouse_state.h
Painter.h Cleanup Painter text() API 2016-05-30 14:55:41 +02:00
Selection.h
WorkArea.h
WorkAreaManager.cpp
WorkAreaManager.h