~neon/libkdegames/master

« back to all changes in this revision

Viewing changes to highscore/kscoredialog.cpp

  • Committer: Laurent Montel
  • Date: 2019-01-07 12:36:24 UTC
  • Revision ID: git-v1:3f7bd1bfa83e909234b1ceaefd9a2b433d2841cb
remove some clazy warning

Show diffs side-by-side

added added

removed removed

Lines of Context:
622
622
 
623
623
void KScoreDialog::slotGotReturn()
624
624
{
625
 
    QTimer::singleShot(0, this, SLOT(slotGotName()));
 
625
    QTimer::singleShot(0, this, &KScoreDialog::slotGotName);
626
626
    // TODO: Is it better to hide the window, as if any button where pressed?
627
627
}
628
628