OSDN Git Service

Moved some initialization stuff out of the ProcessThread::run() function into a new...
authorLoRd_MuldeR <mulder2@gmx.de>
Wed, 9 Oct 2013 14:11:58 +0000 (16:11 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Wed, 9 Oct 2013 14:11:58 +0000 (16:11 +0200)
commitcb3f50e5f3353ea1bd5aa3d14b16fe499f4cda48
treeeb5f4db5b61f19287f87a70c3764f4af1f7d5804
parentc8242b494c21465c60f35d4370c047e995c69629
Moved some initialization stuff out of the ProcessThread::run() function into a new initialization function. Also got rid of one Mutex, because file names are now generated in the init function, i.e. by the "main" thread.
src/Config.h
src/Dialog_Processing.cpp
src/Thread_FileAnalyzer_Task.h
src/Thread_Process.cpp
src/Thread_Process.h