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

List:       kde-commits
Subject:    qt-copy
From:       David Faure <faure () kde ! org>
Date:       2009-02-23 13:58:15
Message-ID: 1235397495.524697.22783.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 930444 by dfaure:

Thiago updated the patch in order to export the qt_locale_initialized bool for kdeinit and kcmdlineargs


 M  +1 -1      patches/0272-qiconvcodec-fix.diff  
 M  +1 -1      src/corelib/kernel/qcoreapplication.cpp  


--- trunk/qt-copy/patches/0272-qiconvcodec-fix.diff #930443:930444
@@ -66,7 +66,7 @@
   // app closing down if true
  bool QCoreApplicationPrivate::is_app_closing = false;
 +// initialized in qcoreapplication and in qtextstream autotest when setlocale is called.
-+Q_AUTOTEST_EXPORT bool qt_locale_initialized = false;
++Q_CORE_EXPORT bool qt_locale_initialized = false;
  
  
  Q_CORE_EXPORT uint qGlobalPostedEventsCount()
--- trunk/qt-copy/src/corelib/kernel/qcoreapplication.cpp #930443:930444
@@ -164,7 +164,7 @@
  // app closing down if true
 bool QCoreApplicationPrivate::is_app_closing = false;
 // initialized in qcoreapplication and in qtextstream autotest when setlocale is called.
-Q_AUTOTEST_EXPORT bool qt_locale_initialized = false;
+Q_CORE_EXPORT bool qt_locale_initialized = false;
 
 
 Q_CORE_EXPORT uint qGlobalPostedEventsCount()
[prev in list] [next in list] [prev in thread] [next in thread] 

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