~neon/kspaceduel/master

« back to all changes in this revision

Viewing changes to dialogs.cpp

  • Committer: Yuri Chornoivan
  • Date: 2018-12-16 20:14:33 UTC
  • Revision ID: git-v1:7a6abd2739c048ad45181a7e0abefd03520c614f
Show the configuration help page in the settings dialog using the right address in setHelp()

KF 5.52 is needed to work properly. For the earlier versions the main page will be shown.

Show diffs side-by-side

added added

removed removed

Lines of Context:
426
426
  cs = new ConfigSetup(customConfig);
427
427
  addPage(cs, i18nc("game settings","Game"),QLatin1String(  "games-config-custom" ), i18n("Game Settings"));
428
428
  connect(cs, &ConfigSetup::changed, this, &SettingsDialog::updateButtons);
429
 
  setHelp(QString(),QLatin1String( "kspaceduel" ));
 
429
  setHelp(QLatin1String( "configuration" ), QLatin1String( "kspaceduel" ));
430
430
//  resize(600,400);
431
431
}
432
432