|
|
|
@ -67,8 +67,8 @@ void MagicLabel::getCommandOutput()
|
|
|
|
|
for (int i = 0; i < parts.count(); i++)
|
|
|
|
|
*proc << parts[i];
|
|
|
|
|
|
|
|
|
|
connect(proc, TQT_SIGNAL(processExited(TDEProcess*)), this, TQT_SLOT(processExited(TDEProcess*)));
|
|
|
|
|
connect(proc, TQT_SIGNAL(receivedStdout(TDEProcess*, char*, int)), this, TQT_SLOT(receivedStdout(TDEProcess*, char*, int)));
|
|
|
|
|
connect(proc, TQ_SIGNAL(processExited(TDEProcess*)), this, TQ_SLOT(processExited(TDEProcess*)));
|
|
|
|
|
connect(proc, TQ_SIGNAL(receivedStdout(TDEProcess*, char*, int)), this, TQ_SLOT(receivedStdout(TDEProcess*, char*, int)));
|
|
|
|
|
|
|
|
|
|
mValue = "";
|
|
|
|
|
|
|
|
|
|