📄 mp3playerapplication.cpp
字号:
/* Copyright (c) 2005, Nokia. All rights reserved */
#include "MP3PlayerDocument.h"
#include "MP3PlayerApplication.h"
// UID for the application; this should correspond to the uid defined in the mmp file
const TUid KUidMP3PlayerApp = {0x0D945E09};
CApaDocument* CMP3PlayerApplication::CreateDocumentL()
{
return (static_cast<CApaDocument*>(CMP3PlayerDocument::NewL(*this)));
}
TUid CMP3PlayerApplication::AppDllUid() const
{
return KUidMP3PlayerApp;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -