mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
use constant for UID
This commit is contained in:
parent
5e25ea1140
commit
5836e2fbe8
1 changed files with 2 additions and 1 deletions
|
@ -21,11 +21,12 @@
|
||||||
|
|
||||||
#include "xwdoc.h"
|
#include "xwdoc.h"
|
||||||
#include "xwapp.h"
|
#include "xwapp.h"
|
||||||
|
#include "xwords.hrh"
|
||||||
|
|
||||||
// UID for the application, this should correspond to the uid defined in the
|
// UID for the application, this should correspond to the uid defined in the
|
||||||
// mmp file. (This is an official number from Symbian. I've been allocated a
|
// mmp file. (This is an official number from Symbian. I've been allocated a
|
||||||
// block of 10 of which this is the first.)
|
// block of 10 of which this is the first.)
|
||||||
static const TUid KUidXWordsApp = {0x10206D64};
|
static const TUid KUidXWordsApp = {XW_UID3};
|
||||||
|
|
||||||
CApaDocument*
|
CApaDocument*
|
||||||
CXWordsApplication::CreateDocumentL()
|
CXWordsApplication::CreateDocumentL()
|
||||||
|
|
Loading…
Reference in a new issue