diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2016-03-22 16:48:13 -0300 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2016-03-22 16:48:13 -0300 |
commit | 57d2c6b922339bf6ea86856cb9d245218232cdfb (patch) | |
tree | a6cca3e54b5a513f112c795a489bf9399afd2a09 /divergentcolorscale.cpp | |
parent | 5df4e094d9127bdcc9766c6b7da77bc5447c5d9e (diff) |
Removed unecessary QDebug #include's.
Diffstat (limited to 'divergentcolorscale.cpp')
-rw-r--r-- | divergentcolorscale.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/divergentcolorscale.cpp b/divergentcolorscale.cpp index 8396d72..1d92b53 100644 --- a/divergentcolorscale.cpp +++ b/divergentcolorscale.cpp @@ -2,8 +2,6 @@ #include <cmath> -#include <QDebug> - DivergentColorScale::DivergentColorScale(const QColor &color1, const QColor &colorMiddle, const QColor &color2) |