Replaced various '#define' with actual strings - part 5

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/19/head
Michele Calgaro 5 months ago
parent 2cdbcc878a
commit 29df04779b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -79,8 +79,8 @@ pCPart::pCPart()
end = svn::Revision::UNDEFINED;
toStdout.open(IO_WriteOnly, stdout);
toStderr.open(IO_WriteOnly, stderr);
Stdout.setDevice(TQT_TQIODEVICE(&toStdout));
Stderr.setDevice(TQT_TQIODEVICE(&toStderr));
Stdout.setDevice(&toStdout);
Stderr.setDevice(&toStderr);
disp = new DummyDisplay();
m_SvnWrapper = new SvnActions(disp,0,true);
}

Loading…
Cancel
Save