QFSFileEngine::open: No file name specified
Unsolved
General and Desktop
-
Hello,
I was developed an Qt application, and i have a sporadic message that apears.
QFSFileEngine::open: No file name specified
Why this message apears and how could i avoid it?
Thanks all.
-
@scastiello Is your app opening any files?
If you're on Linux you can do:strace ./MyApp
then you will see which files are opened. Maybe it helps.
-
@jsulm said in QFSFileEngine::open: No file name specified:
strace ./MyApp
Thanks, i will try to find the problem with strace, thanks you very much.