- simplest way to integrate the FUSE eventloop (fuse_loop()/fuse_loop_mt()) into Qt 4.x
- afterwards there are two eventloops:
- QCoreApplication eventloop
- fuse_loop() or fuse_loop_mt()
see: qt-fuse/README for more details
- example how to integrate the FUSE eventloop (fuse_loop()/fuse_loop_mt()) into the Qt QCoreApplication eventloop of Qt 4.x
- afterwards there is only one eventloop, the QCoreApplication eventloop
see: qt-fuse-integrated/README for more details