On Wednesday 13 July 2011 09:30:02 ext Schimkowitsch Robert wrote: > Interestingly, I now have the same problem with a project that doesn't even > include the path with the read-only files. Yet, Creator opens my files > from that path (it should not even know about!) when I hit F2 on a method. > > Could there be cross-talk within creator when multiple project are open? > Because I do have projects open that include that path.
Yes, that's the case. Creator's current C++ code model does not know which projects a file belongs to and accumulates include paths from all open projects. Regards, Christian _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
