i just compiled this text editor:
http://Qt-Apps.org/content/show.php/O ... +Writer+odt?content=80650When i open a file i get this in shell:
8.Bob:Coding/Projects/Tools_OpenDocument_Editor> QFSFileEngine::open: No file name specified
QObject: Cannot create children for a parent that is in a different thread.
(Parent is QTextDocument(0x34706b78), parent's thread is QThread(0x3c5ecec8), current thread is QThread(0x446ecf48)
But it seems to work allright. Something that needs to be fixed in QT?
I have seen the QFSFileEngine::open: No file name specified error in another app as well. It seems to spit it out when an app checks if any file was given as an argument.