Hello!

Some time ago I had to open two instances of Qt Creator with the same project opened, so I could easily work with the files while renaming methods and other stuff. For precaution, I used only one of the instances to compile and edit the code, while the other was only for visualization (and I had to constantly do a "update open files" in this second instances).

My question is: could there be any predictable, known problem if I actually use two instances of Qt Creator to edit and compile the same project? Don't wonder why I would like to do this ^^


Thanks,

Momergil