SCRATCH separate the generic updater logic from the application
This commit is contained in:
@ -139,6 +139,12 @@ void BaseProcess::setWorkdir(QString path)
|
||||
m_prepostlaunchprocess.setWorkingDirectory(mcDir.absolutePath());
|
||||
}
|
||||
|
||||
void BaseProcess::printHeader()
|
||||
{
|
||||
emit log(m_header);
|
||||
}
|
||||
|
||||
|
||||
void BaseProcess::logOutput(const QStringList &lines, MessageLevel::Enum defaultLevel,
|
||||
bool guessLevel, bool censor)
|
||||
{
|
||||
|
Reference in New Issue
Block a user