Hi there, I want to use the gitplugin in an own plugin. I have the SHA ID of a commit and want to display the diff for this commit. To display the diff I'd like to use the screen you get via: Git -> Log -> click on the SHA ID. I digged around in the code and found that void GitClient::show(const QString &source, const QString &id)
Seems to be the function that I'd like to call. Is it possible to access this function from within my plugin? And if so, how would I do that? Regards, Markus _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
