mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
fix build after e56e39cf
the function is not a method of QWizardAntiFlickerWidget so there is no way it can access the private wizardPrivate member, oops Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
91dd13aa89
commit
37d5ef7969
1 changed files with 0 additions and 4 deletions
|
@ -689,11 +689,7 @@ static QString buttonDefaultText(int wstyle, int which, const QWizardPrivate *wi
|
|||
if (macStyle)
|
||||
return QWizard::tr("Continue");
|
||||
else
|
||||
#if defined(QT_NO_STYLE_WINDOWSVISTA)
|
||||
return wizard->isVistaThemeEnabled()
|
||||
#else
|
||||
return wizardPrivate->isVistaThemeEnabled()
|
||||
#endif
|
||||
? QWizard::tr("&Next") : QWizard::tr("&Next >");
|
||||
case QWizard::CommitButton:
|
||||
return QWizard::tr("Commit");
|
||||
|
|
Loading…
Add table
Reference in a new issue