27 |
27 |
28 class QColor; |
28 class QColor; |
29 class QAction; |
29 class QAction; |
30 |
30 |
31 // Prime numbers |
31 // Prime numbers |
32 extern const ushort g_primes[NUM_PRIMES]; |
32 extern const int g_primes[NUM_PRIMES]; |
33 |
33 |
34 // Returns whether a given string represents a floating point number. |
34 // Returns whether a given string represents a floating point number. |
35 bool isNumber (const str& tok); |
35 bool isNumber (const str& tok); |
36 |
36 |
37 // Converts a float value to a string value. |
37 // Converts a float value to a string value. |