[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [Amarok] 301e907: Krazy fix of newline @ EOF and move macros
From:       Erik Hovland <erik () hovland ! org>
Date:       2010-03-31 19:15:04
Message-ID: 201003311915.o2VJF4Qj026359 () kore ! kollide ! net
[Download RAW message or body]

commit 301e907c6732284cbb2c4a28eb934fe8c368144b
Author: Erik Hovland <erik@hovland.org>
Date:   Wed Mar 31 12:12:41 2010 -0700

    Krazy fix of newline @ EOF and move macros
    
    The file SimilarArtist.h lacked a newline at the end of the file
    and the Q_DECLARE_METATYPE macros were outside of the header
    guard (making sure that the declaration happened everytime the
    header is included).

diff --git a/src/context/applets/similarartists/SimilarArtist.h \
b/src/context/applets/similarartists/SimilarArtist.h index 3f6a823..6804364 100644
--- a/src/context/applets/similarartists/SimilarArtist.h
+++ b/src/context/applets/similarartists/SimilarArtist.h
@@ -140,7 +140,8 @@ private:
 
 };
 
+Q_DECLARE_METATYPE( SimilarArtist )
+Q_DECLARE_METATYPE( SimilarArtist::SimilarArtistsList )
+
 #endif // SIMILAR_ARTIST_H
 
-Q_DECLARE_METATYPE( SimilarArtist )
-Q_DECLARE_METATYPE( SimilarArtist::SimilarArtistsList )
\ No newline at end of file


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic