Switch to unified view

a/src/qtgui/rtitool.cpp b/src/qtgui/rtitool.cpp
...
...
123
    }
123
    }
124
    ::close(fd);
124
    ::close(fd);
125
125
126
    if (nowCB->isChecked()) {
126
    if (nowCB->isChecked()) {
127
        ExecCmd cmd;
127
        ExecCmd cmd;
128
        list<string> args; 
128
        vector<string> args; 
129
        int status;
129
        int status;
130
130
131
        args.push_back("-m");
131
        args.push_back("-m");
132
        args.push_back("-w");
132
        args.push_back("-w");
133
        args.push_back("0");
133
        args.push_back("0");