[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [konsole] src: Remove last remains of bold in comments
From:       Kurt Hindenburg <kurt.hindenburg () gmail ! com>
Date:       2016-10-09 14:56:23
Message-ID: E1btFWZ-00059x-68 () code ! kde ! org
[Download RAW message or body]

Git commit e2d85494e27b57c421e191ea924bff0c5f26786d by Kurt Hindenburg.
Committed on 09/10/2016 at 14:56.
Pushed by hindenburg into branch 'master'.

Remove last remains of bold in comments

M  +1    -4    src/CharacterColor.h

http://commits.kde.org/konsole/e2d85494e27b57c421e191ea924bff0c5f26786d

diff --git a/src/CharacterColor.h b/src/CharacterColor.h
index efa99fd..b5efa48 100644
--- a/src/CharacterColor.h
+++ b/src/CharacterColor.h
@@ -33,9 +33,6 @@ namespace Konsole
  *
  * A color palette is an array of 16 ColorEntry instances which map
  * system color indexes (from 0 to 15) into actual colors.
- *
- * Each entry can be set as bold, in which case any text
- * drawn using the color should be drawn in bold.
  */
 class ColorEntry
 {
@@ -54,7 +51,7 @@ public:
     ColorEntry() : color(QColor(0x00, 0x00, 0x00)) {}
 
     /**
-     * Sets the color and boldness of this color to those of @p rhs.
+     * Sets the color of this color to those of @p rhs.
      */
     void operator=(const ColorEntry& rhs) {
         color = rhs.color;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic