source:
projectionDesigner/trunk/projdesigner/include/gui/Defines.h
@
411
Last change on this file since 411 was 4, checked in by , 15 years ago | |
---|---|
File size: 200 bytes |
Rev | Line | |
---|---|---|
[4] | 1 | #ifndef _GUI_DEFINES_H_ |
2 | #define _GUI_DEFINES_H_ | |
3 | ||
4 | #include <QString> | |
5 | ||
6 | namespace projection | |
7 | { | |
8 | QString formatValue(double value); | |
9 | double formatValue(const QString& value); | |
10 | }; | |
11 | ||
12 | #endif // _GUI_DEFINES_H_ |
Note: See TracBrowser
for help on using the repository browser.