diff options
Diffstat (limited to 'src/qdoc/cppcodemarker.cpp')
-rw-r--r-- | src/qdoc/cppcodemarker.cpp | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/qdoc/cppcodemarker.cpp b/src/qdoc/cppcodemarker.cpp index b1c7b1489..9b5acf9ce 100644 --- a/src/qdoc/cppcodemarker.cpp +++ b/src/qdoc/cppcodemarker.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2019 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the tools applications of the Qt Toolkit. @@ -31,12 +31,15 @@ */ #include "cppcodemarker.h" + +#include "generator.h" #include "text.h" #include "tree.h" -#include <qdebug.h> -#include <qregexp.h> + +#include <QtCore/qdebug.h> +#include <QtCore/qregexp.h> + #include <ctype.h> -#include "generator.h" QT_BEGIN_NAMESPACE |