~ubuntukylin-members/youker-assistant/youker-assistant-0.2

« back to all changes in this revision

Viewing changes to src/sessiondispatcher.h

  • Committer: kobe
  • Date: 2013-12-04 07:54:14 UTC
  • Revision ID: xiangli@ubuntukylin.com-20131204075414-qscj5x8e379pc6zf
remove lib.pro and modify some logo

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
    Q_INVOKABLE int get_page_num();
76
76
    int page_num;
77
77
 
 
78
    //得到安装操作系统的语言版本
 
79
    Q_INVOKABLE QString get_locale_version();
78
80
    //得到当前登录用户的主目录
79
81
    Q_INVOKABLE QString getHomePath();
80
82