Hello,
I noticed that in QtCreator 2.6.1 there isn’t anymore the id() method in ITaskHandler class.
In the past, in QCreator 2.5.0 was something like this QString ITaskHandler::id () const
In the code there is a verification for show_task_in_editor
handler->id() == ProjectExplorer::Constants::SHOW_TASK_IN_EDITOR
Right now I don’t know why the method was removed , or is it somewere else?
I tried to find on internet more about this change but no results till now.
In the last version of QtCreator2.6.1 I don’t find anything similar.
SHOW_TASK_IN_EDITOR doesn’t exists anymore. Is is replaced with SHOWINGRAPHICALSHELL?
On qt.gitorious.org [qt.gitorious.org] I found out that there is virtual Core::Id actionManagerId() const { return Core::Id(); } but this function doesn’t exists into the archive from Digia download site of QtCreator 2.6.1.
Shall I use the version from gitorious?
Thank you in advance for your help!
↧