~kobe24-lixiang/youker-assistant/trunk-1

« back to all changes in this revision

Viewing changes to src/systemdispatcher.h

  • Committer: kobe
  • Date: 2014-09-29 02:58:26 UTC
  • Revision ID: xiangli@ubuntukylin.com-20140929025826-fowrbafgpyxbwahi
add shred system dbus model

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <QDBusConnection>
22
22
#include <QSound>
23
23
#include "util.h"
24
 
#include "filewipe.h"
 
24
//#include "filewipe.h"
25
25
 
26
26
class SystemDispatcher : public QObject
27
27
{
33
33
    Q_INVOKABLE void exit_qt();
34
34
 
35
35
    //destory file
36
 
    Q_INVOKABLE int start_to_destroy_file(QString selected_file);
 
36
//    Q_INVOKABLE int start_to_destroy_file(QString selected_file);
37
37
 
38
38
    //听音频文件
39
39
    Q_INVOKABLE void listen_music(QString path);