ITaskHandler id() method missing in QtCreator 2.6.1?
-
This is the commit that removed the id from the taskhandler: 64ade99b. There is no more Id necessary, so the relevant constants were removed, too.
actionManagerId() was added in commit 432de3a1 which happened after the 2.6 branch was created.
Whether you should use the 2.6 branch or the master branch depends on which version of creator you want to support. There are no promises of binary compatibility in Qt Creator, so interfaces will change between versions.
-
There is no way to overwrite handlers at this time.
What is your use-case? Maybe we can come up with a solution for your problem.