Skip to content
  • Matt Williams's avatar
    Remove KScoreDialog::addScore(int newScore, const FieldInfo& newInfo, const... · b6b5ea19
    Matt Williams authored
    Remove KScoreDialog::addScore(int newScore, const FieldInfo& newInfo, const AddScoreFlags& flags) and replace with:
    KScoreDialog::addScore(const FieldInfo& newInfo, const AddScoreFlags& flags)
    KScoreDialog::addScore(int newScore, const AddScoreFlags& flags)
    So if you want to simply add a score with no other info, use the second one. But if you want to submit more than one field (e.g. name, date atc.) you must create a KScoreDialog::FieldInfo object and use the first.
    
    svn path=/trunk/KDE/kdegames/klines/; revision=655066
    b6b5ea19