From 1881ce5d63c25838aabfc3cd939312e6b9352e05 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 19 Oct 2015 12:48:33 +0200 Subject: 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 --- src/core/cookie_monster_delegate_qt.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/cookie_monster_delegate_qt.h') 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 #include #include -- cgit v1.2.3