Changeset 769 for trunk/src/gui/s60framework/qs60mainapplication.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/s60framework/qs60mainapplication.cpp
r651 r769 42 42 // INCLUDE FILES 43 43 #include <exception> 44 #include <private/qcore_symbian_p.h> 44 45 #include "qs60maindocument.h" 45 46 #include "qs60mainapplication_p.h" … … 58 59 } 59 60 60 _LIT(KQtWrapperResourceFile, "\\resource\\apps\\s60main .rsc");61 _LIT(KQtWrapperResourceFile, "\\resource\\apps\\s60main" QT_LIBINFIX_UNICODE L".rsc"); 61 62 62 63 /*! … … 64 65 \since 4.6 65 66 \brief The QS60MainApplication class provides support for migration from S60. 66 67 67 68 \warning This class is provided only to get access to S60 specific 68 69 functionality in the application framework classes. It is not 69 70 portable. We strongly recommend against using it in new applications. 70 71 71 72 The QS60MainApplication provides a helper class for use in migrating 72 73 from existing S60 based applications to Qt based applications. It is
Note:
See TracChangeset
for help on using the changeset viewer.