Changeset 846 for trunk/src/gui/s60framework/qs60mainapplication.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/s60framework/qs60mainapplication.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 45 45 #include <QtCore/qglobal.h> 46 46 47 #ifdef Q_OS_SYMBIAN 48 47 49 #ifdef Q_WS_S60 48 49 50 #include <aknapp.h> 51 typedef CAknApplication QS60MainApplicationBase; 52 #else 53 #include <eikapp.h> 54 typedef CEikApplication QS60MainApplicationBase; 55 #endif 50 56 51 57 QT_BEGIN_HEADER … … 55 61 QT_MODULE(Gui) 56 62 57 class Q_GUI_EXPORT QS60MainApplication : public CAknApplication63 class Q_GUI_EXPORT QS60MainApplication : public QS60MainApplicationBase 58 64 { 59 65 public: … … 66 72 virtual TFileName ResourceFileName() const; 67 73 74 public: 75 76 virtual void PreDocConstructL(); 77 78 virtual CDictionaryStore *OpenIniFileLC(RFs &aFs) const; 79 80 virtual void NewAppServerL(CApaAppServer *&aAppServer); 81 68 82 protected: 69 83 … … 75 89 QT_END_HEADER 76 90 77 #endif // Q_ WS_S6091 #endif // Q_OS_SYMBIAN 78 92 79 93 #endif // QS60MAINAPPLICATION_H
Note:
See TracChangeset
for help on using the changeset viewer.