On 20 December 2013 22:16, Mateusz Loskot <[email protected]> wrote: > Hi, > > The "Extending Qt Creator Manual 3.0.81" [1] lists setId as projected > method of the Project class, but project.{h|cpp} from the current git > branch 3.0 does not contain such method. > git log does not tell much either. > > Has it been removed? > > [1] > http://doc-snapshot.qt-project.org/qtcreator-extending/projectexplorer-project.html#setId
Actually, it seems, it is the other way around as the Project::setId is present in the master branch. If that is indeed the case, what would be the way to support compilation of a plugin with against both, branch:3.0 and the master (presumably next 3.1). Is there any preprocessor define I can use to conditionally compile here? Best regards, -- Mateusz Łoskot, http://mateusz.loskot.net _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
