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

List:       kde-commits
Subject:    [kst-plot] src/widgets: Remove some debug messages.
From:       Barth Netterfield <netterfield () astro ! utoronto ! ca>
Date:       2016-01-31 22:00:54
Message-ID: E1aQ03C-0006TV-2J () scm ! kde ! org
[Download RAW message or body]

Git commit 32549cf2df8f8edfce35e64ceea11fcb2b8e1a28 by Barth Netterfield.
Committed on 30/01/2016 at 21:22.
Pushed by netterfield into branch 'master'.

Remove some debug messages.

M  +2    -2    src/widgets/geticon.cpp

http://commits.kde.org/kst-plot/32549cf2df8f8edfce35e64ceea11fcb2b8e1a28

diff --git a/src/widgets/geticon.cpp b/src/widgets/geticon.cpp
index 0c8aeb8..8de088d 100644
--- a/src/widgets/geticon.cpp
+++ b/src/widgets/geticon.cpp
@@ -14,11 +14,11 @@
 #include <QDebug>
 
 QIcon KstGetIcon(QString icon_name) {
-  static bool has_svg = true;
+  //static bool has_svg = true;
 
   QString svg_name = ":svg_icons/"+icon_name+".svgz";
   if (QFile::exists(svg_name)) {
-    qDebug() << svg_name;
+    //qDebug() << svg_name;
     return QIcon(svg_name);
   } else {
     QString png_name = ":"+icon_name+".png";

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

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