Make ProgressConnector thread-safe

This commit is contained in:
gabor
2010-05-20 16:00:43 +02:00
parent 81cba00bc4
commit c5a72d2d84
7 changed files with 21 additions and 81 deletions

View File

@@ -24,7 +24,7 @@
#include <editorpanel.h>
#include <batchqueuepanel.h>
#include <set>
#include <progressdialog.h>
#include <progressconnector.h>
class RTWindow : public Gtk::Window, public rtengine::ProgressListener{