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

List:       kde-commits
Subject:    [Amarok] 9ae2dff: And fix the export for mingw. This time all should
From:       Alejandro Wainzinger <aikawarazuni () gmail ! com>
Date:       2010-04-30 12:33:03
Message-ID: 201004301233.o3UCX35i016747 () kore ! kollide ! net
[Download RAW message or body]

commit 9ae2dff4416fb8d82ab38498aa8040735a4c797e
Author: Alejandro Wainzinger <aikawarazuni@gmail.com>
Date:   Fri Apr 30 05:48:38 2010 -0700

    And fix the export for mingw. This time all should be well.

diff --git a/src/core/support/SmartPointerList.h b/src/core/support/SmartPointerList.h
index feae1d7..d3016f0 100644
--- a/src/core/support/SmartPointerList.h
+++ b/src/core/support/SmartPointerList.h
@@ -24,7 +24,7 @@
 
 #include "shared/amarok_export.h"
 
-#ifdef Q_OS_WIN32
+#ifdef Q_CC_MSVC
 class SmartPointerListDaddy : public QObject
 #else
 class AMAROK_CORE_EXPORT SmartPointerListDaddy : public QObject
@@ -34,7 +34,7 @@ class AMAROK_CORE_EXPORT SmartPointerListDaddy : public QObject
     QList<QObject*>& m_list;
 
 public:
-#ifdef Q_OS_WIN32
+#ifdef Q_CC_MSVC
     AMAROK_CORE_EXPORT SmartPointerListDaddy( QList<QObject*>* list ) : m_list( *list )
 #else
 	SmartPointerListDaddy( QList<QObject*>* list ) : m_list( *list )
[prev in list] [next in list] [prev in thread] [next in thread] 

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