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