mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Rearrange headers to avoid "Qt-pollution" problems.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7157 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7ed688d021
commit
b2f6bff600
@ -2,6 +2,8 @@
|
||||
|
||||
* QExternal.C: changes due to InsetExternal::Params no longer
|
||||
storing the ExternalTemplate but its name.
|
||||
* QRef.C: move #include "insets/insetref.h" above the Qt headers.
|
||||
Something nasty going on with Qt polluting the global namespace.
|
||||
|
||||
2003-06-10 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
|
@ -12,6 +12,8 @@
|
||||
|
||||
|
||||
#include "ControlRef.h"
|
||||
#include "insets/insetref.h"
|
||||
|
||||
#include "QRef.h"
|
||||
#include "QRefDialog.h"
|
||||
#include "Qt2BC.h"
|
||||
@ -26,7 +28,6 @@
|
||||
#include "helper_funcs.h" // getStringFromVector
|
||||
#include "support/lstrings.h" // frontStrip, strip
|
||||
#include "qt_helpers.h"
|
||||
#include "insets/insetref.h"
|
||||
|
||||
using std::find;
|
||||
using std::max;
|
||||
|
Loading…
Reference in New Issue
Block a user