Adding myself to the about dialog. Feel proud to have my name here :)
This commit is contained in:
parent
4d58e75e0a
commit
f893b34ae0
@ -39,7 +39,8 @@ About::About(QWidget *parent)
|
||||
|
||||
authors_ << Person("David Sansome", "me@davidsansome.com")
|
||||
<< Person("John Maguire", "john.maguire@gmail.com")
|
||||
<< Person(QString::fromUtf8("Paweł Bara"), "keirangtp@gmail.com");
|
||||
<< Person(QString::fromUtf8("Paweł Bara"), "keirangtp@gmail.com")
|
||||
<< Person("Arnaud Bienner", "arnaud.bienner@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…
x
Reference in New Issue
Block a user