#include <command.h>
Collaboration diagram for Command:

Public Slots | |
| virtual void | logOutput () |
Public Member Functions | |
| Command (QStringList args, QString logname="debug") | |
| Command (QString command, QString logname="debug") | |
Executes an external process and connects its output signals to a Logger.
Definition at line 15 of file command.h.
1.5.1