Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/corelib/kernel/qcoreapplication.cpp

    r651 r769  
    6868#  include <exception>
    6969#  include <f32file.h>
     70
    7071#  include "qeventdispatcher_symbian_p.h"
    7172#  include "private/qcore_symbian_p.h"
     
    597598    extern void qt_core_eval_init(uint);
    598599    qt_core_eval_init(d->application_type);
     600
     601
     602
     603
     604
     605
     606
     607
     608
     609
     610
     611
     612
     613
     614
     615
     616
     617
     618
     619
     620
    599621#endif
    600622
     
    22502272            TInt err = finder.FindByDir(tempPathPtr, tempPathPtr);
    22512273            while (err == KErrNone) {
    2252                 QString foundDir = QString::fromUtf16(finder.File().Ptr(), finder.File().Length());
     2274                QString foundDir(reinterpret_cast<const QChar *>(finder.File().Ptr()),
     2275                                 finder.File().Length());
    22532276                foundDir = QDir(foundDir).canonicalPath();
    22542277                if (!app_libpaths->contains(foundDir))
Note: See TracChangeset for help on using the changeset viewer.