Merge branch 'qt5' into experimental_command_streams

This commit is contained in:
nemerle
2016-05-20 10:16:59 +02:00
2 changed files with 12 additions and 13 deletions

View File

@@ -22,7 +22,6 @@ Project::Project() :
{
m_project_command_stream.setMaximumCommandCount(10);
connect(&m_project_command_stream,SIGNAL(streamCompleted(bool)),SLOT(onCommandStreamFinished(bool)));
memset(&prog,0,sizeof(prog));
}
void Project::initialize()
{