mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 22:55:40 +12:00
[Qt] Fix up about window
This commit is contained in:
parent
9bc46229c6
commit
f2b7f14dcd
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ AboutWindow::AboutWindow(QWidget* parent) : QDialog(parent) {
|
||||||
"- marysaka<br>"
|
"- marysaka<br>"
|
||||||
"- Sky<br>"
|
"- Sky<br>"
|
||||||
"- merryhime<br>"
|
"- merryhime<br>"
|
||||||
"- TGP17<br>")
|
"- TGP17<br>"
|
||||||
|
"- Shadow<br>")
|
||||||
);
|
);
|
||||||
|
|
||||||
QLabel* textLabel = new QLabel(text);
|
QLabel* textLabel = new QLabel(text);
|
||||||
|
|
Loading…
Add table
Reference in a new issue