1 /*************************************************************************** 2 * * 3 * This program is free software; you can redistribute it and/or modify * 4 * it under the terms of the GNU General Public License as published by * 5 * the Free Software Foundation; either version 3 of the License, or * 6 * (at your option) any later version. * 7 * * 8 ***************************************************************************/ 9 10 #include "DebugHelper.h" 11 12 #ifdef _DEBUG 13 14 QString DebugHelper::whitespace = ""; 15 16 #endif //QT_NO_DEBUG 17 18