From 86714723f3629fed9824f01f19cfc057f17a4e6f Mon Sep 17 00:00:00 2001 From: laserpants Date: Sun, 20 Mar 2016 00:10:35 +0300 Subject: [PATCH] edit about message --- examples/about.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/about.cpp b/examples/about.cpp index 6376bc1..e2aafeb 100644 --- a/examples/about.cpp +++ b/examples/about.cpp @@ -6,8 +6,8 @@ About::About(QWidget *parent) setFrameShape(QFrame::NoFrame); setText( "
" - "

About

" - "

Lorem ipsum, blah blah

" + "

Qt Material Desktop Widgets

" + "

© 2016 Laserpants Inc.

" "
" ); }