mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-19 04:50:16 +01:00
Add Keiran to the about dialog
This commit is contained in:
parent
fec096b389
commit
d32ec67b8a
@ -38,7 +38,8 @@ About::About(QWidget *parent)
|
||||
ui_.title->setFont(title_font);
|
||||
|
||||
authors_ << Person("David Sansome", "me@davidsansome.com")
|
||||
<< Person("John Maguire", "john.maguire@gmail.com");
|
||||
<< Person("John Maguire", "john.maguire@gmail.com")
|
||||
<< Person("Keiran", "keirangtp@gmail.com");
|
||||
thanks_to_ << Person("Mark Kretschmann", "kretschmann@kde.org")
|
||||
<< Person("Max Howell", "max.howell@methylblue.com")
|
||||
<< Person(QString::fromUtf8("Bartłomiej Burdukiewicz"), "dev.strikeu@gmail.com")
|
||||
|
Loading…
Reference in New Issue
Block a user