source: projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/include/gui/Defines.h @ 2

Last change on this file since 2 was 2, checked in by Torben Dannhauer, 14 years ago
File size: 200 bytes
Line 
1#ifndef _GUI_DEFINES_H_
2#define _GUI_DEFINES_H_
3
4#include <QString>
5
6namespace projection
7{
8QString formatValue(double value);
9double  formatValue(const QString& value);
10};
11
12#endif // _GUI_DEFINES_H_
Note: See TracBrowser for help on using the repository browser.