From 6d4e56a6015bf97f5f5c09dd95bd0a1ec66a8146 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 1 Oct 2013 22:18:28 +0200 Subject: [PATCH] Cosmetics: rewrite comments so that they look good even with non-fixed font. --- exemple.cpp | 18 +++++++++--------- test/hello.cpp | 10 +++++----- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/exemple.cpp b/exemple.cpp index 1c045c9..87fb0ec 100644 --- a/exemple.cpp +++ b/exemple.cpp @@ -3,15 +3,15 @@ * ========================= * * 1. Créer le fichier exemple.pro : - * +------------------------------------------------------------+ - * |TEMPLATE = app | - * |TARGET = exemple | - * |CONFIG += qt | - * |CONFIG += debug | - * |HEADERS += DrawingWindow.h | - * |SOURCES += DrawingWindow.cpp | - * |SOURCES += exemple.cpp | - * +------------------------------------------------------------+ + * ,---- + * |TEMPLATE = app + * |TARGET = exemple + * |CONFIG += qt + * |CONFIG += debug + * |HEADERS += DrawingWindow.h + * |SOURCES += DrawingWindow.cpp + * |SOURCES += exemple.cpp + * `---- * * 2. Créer le fichier Makefile avec la commande : * $ qmake-qt4 exemple.pro diff --git a/test/hello.cpp b/test/hello.cpp index ae6c0f3..615b3ca 100644 --- a/test/hello.cpp +++ b/test/hello.cpp @@ -3,11 +3,11 @@ * ============= * * 1. Créer le fichier hello.pro : - * +------------------------------------------------------------+ - * |TARGET = hello | - * |CONFIG += qt debug | - * |SOURCES += hello.cc | - * +------------------------------------------------------------+ + * ,---- + * |TARGET = hello + * |CONFIG += qt debug + * |SOURCES += hello.cpp + * `----- * * 2. Créer le fichier Makefile avec la commande : * $ qmake -makefile hello.pro -- 2.20.1