Submitted by lyutsai on Fri, 04/02/2010 - 07:46
If anyone tried to compile the fresh Qt Creator snapshot from git eh should have noticed that the compilation fails because setSideWidget is not declared in Wizard class. The answer is the following: Wizard is inherits QWizard who is supposed to have this function, but Qt 4.7-tp1 has QWizard without this function. So, consider grabbing Qt from git and using it for Qt Creator compilation.
Post new comment