summaryrefslogtreecommitdiff
path: root/src/downloaditem.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-07-18 23:54:43 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-07-18 23:54:43 +0200
commitfc755c02489f5c52319f5b48d59b753a6c9666b8 (patch)
treeb2372354a8ff02821402214c89e3d7122c737b73 /src/downloaditem.h
parentrekonq 0.7.57 (diff)
downloadrekonq-fc755c02489f5c52319f5b48d59b753a6c9666b8.tar.xz
Pedantic compile fixes
PS: Andrè, thanks for the notice... CCMAIL: Woebbeking@kde.org
Diffstat (limited to 'src/downloaditem.h')
-rw-r--r--src/downloaditem.h2
1 files changed, 1 insertions, 1 deletions
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<DownloadItem*> DownloadList;