diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-18 23:54:43 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-18 23:54:43 +0200 |
commit | fc755c02489f5c52319f5b48d59b753a6c9666b8 (patch) | |
tree | b2372354a8ff02821402214c89e3d7122c737b73 /src/downloaditem.h | |
parent | rekonq 0.7.57 (diff) | |
download | rekonq-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.h | 2 |
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; |