📄 mp3player.pan
字号:
/* Copyright (c) 2005, Nokia. All rights reserved */
#ifndef __MP3PLAYER_PAN__
#define __MP3PLAYER_PAN__
/* MP3Player application panic codes */
enum TMP3PlayerPanics
{
EMP3PlayerBasicUi = 1
// add further panics here
};
inline void Panic(TMP3PlayerPanics aReason)
{
_LIT(applicationName,"MP3Player");
User::Panic(applicationName, aReason);
}
#endif // __MP3PLAYER_PAN__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -