From e6d8d1faa9b7e96c79879c662702a591e287771f Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Thu, 31 Jul 2014 19:58:09 +0100 Subject: [PATCH] Remove trailing semicolons --- src/libtomahawk/playlist/PlaylistUpdaterInterface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libtomahawk/playlist/PlaylistUpdaterInterface.h b/src/libtomahawk/playlist/PlaylistUpdaterInterface.h index f521d5967..f6d933180 100644 --- a/src/libtomahawk/playlist/PlaylistUpdaterInterface.h +++ b/src/libtomahawk/playlist/PlaylistUpdaterInterface.h @@ -123,7 +123,7 @@ public: } -Q_DECLARE_METATYPE( Tomahawk::SerializedUpdater ); -Q_DECLARE_METATYPE( Tomahawk::SerializedUpdaters ); +Q_DECLARE_METATYPE( Tomahawk::SerializedUpdater ) +Q_DECLARE_METATYPE( Tomahawk::SerializedUpdaters ) #endif // PLAYLISTUPDATERINTERFACE_H