Don't include QtTest as it includes all QtCore includes

remotes/origin/work/aacid/dont_show_non_valid_certs
Laurent Montel 5 years ago
parent 50e8c4f333
commit dd1938755e
  1. 3
      autotests/addremoveannotationtest.cpp
  2. 3
      autotests/annotationstest.cpp
  3. 2
      autotests/annotationtoolbartest.cpp
  4. 2
      autotests/calculatetexttest.cpp
  5. 4
      autotests/documenttest.cpp
  6. 2
      autotests/editannotationcontentstest.cpp
  7. 2
      autotests/editformstest.cpp
  8. 2
      autotests/mainshelltest.cpp
  9. 2
      autotests/markdowntest.cpp
  10. 2
      autotests/modifyannotationpropertiestest.cpp
  11. 4
      autotests/searchtest.cpp
  12. 2
      autotests/shelltest.cpp
  13. 2
      autotests/signatureformtest.cpp
  14. 2
      autotests/translateannotationtest.cpp
  15. 2
      autotests/urldetecttest.cpp
  16. 3
      generators/chm/autotests/chmgeneratortest.cpp
  17. 2
      generators/comicbook/autotests/comicbooktest.cpp
  18. 3
      generators/epub/autotests/epubgeneratortest.cpp
  19. 3
      generators/kimgio/tests/kimgiotest.cpp

@ -7,7 +7,8 @@
* (at your option) any later version. *
***************************************************************************/
#include <QtTest>
#include <QTest>
#include <QMimeDatabase>
#include "../core/annotations.h"
#include "../core/document.h"

@ -7,7 +7,8 @@
* (at your option) any later version. *
***************************************************************************/
#include <QtTest>
#include <QTest>
#include <QMimeDatabase>
#include "../core/annotations.h"
#include "../core/document.h"

@ -9,7 +9,7 @@
// clazy:excludeall=qstring-allocations
#include <QtTest>
#include <QTest>
#include <KActionCollection>
#include <QTabBar>

@ -7,7 +7,7 @@
* (at your option) any later version. *
***************************************************************************/
#include <QtTest>
#include <QTest>
#include "../settings_core.h"
#include "core/document.h"

@ -10,7 +10,9 @@
* (at your option) any later version. *
***************************************************************************/
#include <QtTest>
#include <QTest>
#include <QMimeDatabase>
#include <QTemporaryFile>
#include <threadweaver/queue.h>

@ -7,7 +7,7 @@
* (at your option) any later version. *
***************************************************************************/
#include <QtTest>
#include <QTest>
#include "../settings_core.h"
#include "core/annotations.h"

@ -7,7 +7,7 @@
* (at your option) any later version. *
***************************************************************************/
#include <QtTest>
#include <QTest>
#include "../settings_core.h"
#include "core/document.h"

@ -9,7 +9,7 @@
// clazy:excludeall=qstring-allocations
#include <QtTest>
#include <QTest>
#include <KConfigGroup>
#include <KLineEdit>

@ -7,7 +7,7 @@
* (at your option) any later version. *
***************************************************************************/
#include <QtTest>
#include <QTest>
#include "../settings_core.h"
#include "core/document.h"

@ -7,7 +7,7 @@
* (at your option) any later version. *
***************************************************************************/
#include <QtTest>
#include <QTest>
#include "../settings_core.h"
#include "core/document.h"

@ -9,7 +9,9 @@
// clazy:excludeall=qstring-allocations
#include <QtTest>
#include <QTest>
#include <QMimeDatabase>
#include <QSignalSpy>
#include "../core/document.h"
#include "../core/page.h"

@ -7,7 +7,7 @@
* (at your option) any later version. *
***************************************************************************/
#include <QtTest>
#include <QTest>
#include <QDir>
#include <QUrl>

@ -7,7 +7,7 @@
* (at your option) any later version. *
***************************************************************************/
#include <QtTest>
#include <QTest>
#include <QMimeDatabase>
#include <QMimeType>

@ -7,7 +7,7 @@
* (at your option) any later version. *
***************************************************************************/
#include <QtTest>
#include <QTest>
#include "../settings_core.h"
#include "core/annotations.h"

@ -7,7 +7,7 @@
* (at your option) any later version. *
***************************************************************************/
#include <QtTest>
#include <QTest>
#include "../part/url_utils.h"

@ -7,7 +7,8 @@
* (at your option) any later version. *
***************************************************************************/
#include <QtTest>
#include <QTest>
#include <QMimeDatabase>
#include "core/document.h"
#include "core/page.h"

@ -7,7 +7,7 @@
* (at your option) any later version. *
***************************************************************************/
#include <QtTest>
#include <QTest>
#include "core/document.h"
#include "core/generator.h"

@ -7,7 +7,8 @@
* (at your option) any later version. *
***************************************************************************/
#include <QtTest>
#include <QTest>
#include <QMimeDatabase>
#include "core/document.h"
#include "core/page.h"

@ -14,11 +14,12 @@
#include <core/page.h>
#include <part/pagepainter.h>
#include <QtTest>
#include <QTest>
#include <KPluginLoader>
#include <QImage>
#include <QImageReader>
#include <QMimeDatabase>
#include <QPainter>
#include <QTemporaryFile>

Loading…
Cancel
Save