diff options
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/plugin/qelfparser_p.cpp | 3 | ||||
-rw-r--r-- | src/corelib/plugin/qelfparser_p.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/corelib/plugin/qelfparser_p.cpp b/src/corelib/plugin/qelfparser_p.cpp index 571022f..97008fd 100644 --- a/src/corelib/plugin/qelfparser_p.cpp +++ b/src/corelib/plugin/qelfparser_p.cpp @@ -41,13 +41,12 @@ #include "qlibrary_p.h" #include "qelfparser_p.h" +#include <qdebug.h> QT_BEGIN_NAMESPACE // #define QELFPARSER_DEBUG 1 -#include <qdebug.h> - const char *QElfParser::parseSectionHeader(const char *data, ElfSectionHeader *sh) { sh->name = read<qelfword_t>(data); diff --git a/src/corelib/plugin/qelfparser_p.h b/src/corelib/plugin/qelfparser_p.h index 672122a..380d5a1 100644 --- a/src/corelib/plugin/qelfparser_p.h +++ b/src/corelib/plugin/qelfparser_p.h @@ -58,6 +58,9 @@ QT_BEGIN_NAMESPACE +class QString; +class QLibraryPrivate; + typedef quint16 qelfhalf_t; typedef quint32 qelfword_t; typedef quintptr qelfoff_t; |