summaryrefslogtreecommitdiffstats
path: root/src/core/cookie_monster_delegate_qt.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-10-19 12:48:33 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-11-06 09:38:25 +0000
commit1881ce5d63c25838aabfc3cd939312e6b9352e05 (patch)
tree7bd5aa4fe35fc82d58f80f591a975fb5cb31673a /src/core/cookie_monster_delegate_qt.h
parent2c61b458f829ebb3047927d9eb68dfad2b4a3425 (diff)
Replace QList with QVector
Replace QList with QVector in all places where the type isn't a pointer, and is not already (indirectly) exposed through public API. Change-Id: I90e3db56bf9ebda6b3cb8fb4396d2ae283159727 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'src/core/cookie_monster_delegate_qt.h')
-rw-r--r--src/core/cookie_monster_delegate_qt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/cookie_monster_delegate_qt.h b/src/core/cookie_monster_delegate_qt.h
index 7592d57fa..db80bf0a1 100644
--- a/src/core/cookie_monster_delegate_qt.h
+++ b/src/core/cookie_monster_delegate_qt.h
@@ -47,7 +47,6 @@ QT_WARNING_DISABLE_CLANG("-Wunused-parameter")
#include "net/cookies/cookie_monster.h"
QT_WARNING_POP
-#include <QList>
#include <QNetworkCookie>
#include <QPointer>