src/misc.h

changeset 498
791c831c8020
parent 496
d6cbf21af8fb
child 500
cad8cdc42a64
equal deleted inserted replaced
497:c51941e590b6 498:791c831c8020
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.

mercurial