00001 /****************************************************************************************************** 00002 * (C) 2016 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 IMPORT_CROPPING_UTIL_BASE_H 00008 #define IMPORT_CROPPING_UTIL_BASE_H 00009 00010 #include "ImportCropping.h" 00011 #include <QString> 00012 00017 class ImportCroppingUtilBase 00018 { 00019 public: 00021 ImportCroppingUtilBase(); 00022 00024 static QString importCroppingToString (ImportCropping importCropping); 00025 00026 }; 00027 00028 #endif // IMPORT_CROPPING_UTIL_BASE_H