From 0bb3d04819283bebb2e499d8d3b4a6acbbc7e790 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 May 2014 14:50:55 +0300 Subject: Move colorpair into separate file. --- src/gui/models/colormodel.h | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'src/gui/models/colormodel.h') diff --git a/src/gui/models/colormodel.h b/src/gui/models/colormodel.h index f3d6f3617..068da0dd9 100644 --- a/src/gui/models/colormodel.h +++ b/src/gui/models/colormodel.h @@ -23,6 +23,8 @@ #include "utils/stringvector.h" +#include "gui/colorpair.h" + #include "gui/models/listmodel.h" #include "localconsts.h" @@ -30,18 +32,6 @@ class Color; class Widget2; -struct ColorPair -{ - ColorPair(const Color* c1, const Color* c2) : - color1(c1), - color2(c2) - { - } - - const Color* color1; - const Color* color2; -}; - class ColorModel : public ListModel { public: -- cgit v1.2.3-60-g2f50