kshanik

Results 3 issues of kshanik

I am working on an application where we mount window 10 share directories by forking a process and running mount cifs command. Now at some point if the window 10...

Global variables having the same name at different scopes shows the value of the inner most scope even when we are stepping on outer scope. ![image](https://github.com/EpicGamesExt/raddebugger/assets/1548915/8456b2b3-921d-4f90-a9d4-cea4e88f4cd3) code : https://godbolt.org/z/9zsGxzsWx raddbg...

Bug

Can we achieve following in KDBindings? 1) signal in thread1 and slots in thread2 2) can it support something Qt provides ? QueuedConnection or BlockingQueuedConnection connection types? Basically wanted to...