edit about message

This commit is contained in:
laserpants 2016-03-20 00:10:35 +03:00
parent 423b3fa20c
commit 86714723f3
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ About::About(QWidget *parent)
setFrameShape(QFrame::NoFrame);
setText(
"<center>"
"<h1>About</h1>"
"<p>Lorem ipsum, blah blah</p>"
"<h1>Qt Material Desktop Widgets</h1>"
"<p>&copy; 2016 Laserpants Inc.</p>"
"</center>"
);
}