#ifndef _GUI_DEFINES_H_ #define _GUI_DEFINES_H_ #include namespace projection { QString formatValue(double value); double formatValue(const QString& value); }; #endif // _GUI_DEFINES_H_