From fc755c02489f5c52319f5b48d59b753a6c9666b8 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 18 Jul 2011 23:54:43 +0200 Subject: Pedantic compile fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PS: Andrè, thanks for the notice... CCMAIL: Woebbeking@kde.org --- src/downloaditem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/downloaditem.h') diff --git a/src/downloaditem.h b/src/downloaditem.h index 05e4d438..45015f5c 100644 --- a/src/downloaditem.h +++ b/src/downloaditem.h @@ -106,7 +106,7 @@ private: }; -Q_DECLARE_METATYPE(DownloadItem*); +Q_DECLARE_METATYPE(DownloadItem*) typedef QList DownloadList; -- cgit v1.2.1