65aa132 Replacing QSignal with custom Queue

Authored and Committed by Branislav Blaskovic 10 years ago
    Replacing QSignal with custom Queue
    Because of bug (https://bugzilla.redhat.com/show_bug.cgi?id=993263) I was forced to use this method
    to call methods of main thread from another threads. This should fix random crashes of program.
    
        
file modified
+7 -3
file modified
+20 -13
file added
+37
file modified
+12 -12