22 #ifndef CTKCMDLINEMODULEPROCESSTASK_H 23 #define CTKCMDLINEMODULEPROCESSTASK_H 27 #include "ctkCommandLineModulesBackendLocalProcessExport.h" 31 #include <QStringList> 33 #include <QFutureWatcher> 38 struct ctkCmdLineModuleProcessTaskPrivate;
61 QScopedPointer<ctkCmdLineModuleProcessTaskPrivate> d;
67 #endif // CTKCMDLINEMODULEPROCESSTASK_H
Implements ctkCmdLineModuleFutureInterface to enabling running a command line application asynchronou...
QFuture sub-class for enhanced communication with running modules.Please see the QFuture documentatio...
A QFutureInterface specialization.