~ubuntu-branches/ubuntu/vivid/fcitx-qimpanel/vivid-proposed

« back to all changes in this revision

Viewing changes to skin/skinmenu.h

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2013-12-07 01:15:48 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20131207011548-pu59207hu8wjjhn6
Tags: 0.1.2-0ubuntu1
New upstream release:
Improved skin support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <QIcon>
25
25
#include "../my_action.h"
26
26
 
27
 
#define FCITX 1
28
 
#define SOGOU 2
29
 
 
30
27
class SkinMenu : public QMenu
31
28
{
32
29
    Q_OBJECT
41
38
 
42
39
private:
43
40
    MyAction *mSkinTypeMenu;
44
 
    QMap<QString,int> mSkinTypeMap;
45
41
};
46
42
 
47
43
#endif // __SKIN_MENU_H__