From d9d195cbe882e07d155db808bd722cdaa0efb918 Mon Sep 17 00:00:00 2001 From: Yohann Dedy Date: Fri, 24 Mar 2017 20:34:55 +0100 Subject: [PATCH] Edited about info --- src/mainwindow.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 2e6a389..8db498d 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -208,7 +208,9 @@ void mainWindow::openAboutWindow() { QString aboutText("DoefperPocketQt\n" "Version 0.1.0\n\n" - "Source code : https://github.com/yohannlyd/DoepferPocketQt\n" + "Source code :\n" + "https://github.com/yohannlyd/DoepferPocketQt\n\n" + "© Yohann Dedy, 2017\n" "yohann@dedy.fr\n"); QMessageBox::about(this,"DoefperPocketQt",aboutText); }