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

List:       kde-commits
Subject:    branches/kdepim/enterprise4/kdelibs-4.0.83/kdeui/kernel
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2008-07-01 21:21:01
Message-ID: 1214947261.369258.20253.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 826957 by staniek:

disable KApplication_activateWindowForProcess code for mingw until we port it


 M  +9 -0      kapplication_win.cpp  


--- branches/kdepim/enterprise4/kdelibs-4.0.83/kdeui/kernel/kapplication_win.cpp #826956:826957
@@ -51,6 +51,9 @@
 
 // <copy of kdepim/libkdepim/utils.cpp, TODO: move to a shared helper library>
 
+#ifdef _MSC_VER
+//TODO support mingw
+
 #include <windows.h>
 #include <comdef.h> // (bstr_t)
 #include <winperf.h>
@@ -233,3 +236,9 @@
 }
 
 // </copy>
+
+#else
+void KApplication_activateWindowForProcess( const QString& executableName )
+{
+}
+#endif //!_MSC_VER
[prev in list] [next in list] [prev in thread] [next in thread] 

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