00001 /****************************************************************************************************** 00002 * (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released * 00003 * under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file * 00004 * LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. * 00005 ******************************************************************************************************/ 00006 00007 #ifndef ENUMS_TO_QT_H 00008 #define ENUMS_TO_QT_H 00009 00010 #include "ColorPalette.h" 00011 #include <QColor> 00012 #include <QString> 00013 #include <QSysInfo> 00014 #include <QXmlStreamReader> 00015 00016 extern QColor ColorPaletteToQColor (ColorPalette color); 00017 extern QString EndianToString (QSysInfo::Endian endian); 00018 00019 #endif // ENUMS_TO_QT_H