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/gui/s60framework/qs60mainapplication.cpp

    r651 r769  
    4242// INCLUDE FILES
    4343#include <exception>
     44#include <private/qcore_symbian_p.h>
    4445#include "qs60maindocument.h"
    4546#include "qs60mainapplication_p.h"
     
    5859}
    5960
    60 _LIT(KQtWrapperResourceFile, "\\resource\\apps\\s60main.rsc");
     61_LIT(KQtWrapperResourceFile, "\\resource\\apps\\s60main" QT_LIBINFIX_UNICODE L".rsc");
    6162
    6263/*!
     
    6465  \since 4.6
    6566  \brief The QS60MainApplication class provides support for migration from S60.
    66  
     67
    6768  \warning This class is provided only to get access to S60 specific
    6869  functionality in the application framework classes. It is not
    6970  portable. We strongly recommend against using it in new applications.
    70  
     71
    7172  The QS60MainApplication provides a helper class for use in migrating
    7273  from existing S60 based applications to Qt based applications. It is
Note: See TracChangeset for help on using the changeset viewer.