misc.h

changeset 147
291a1fe2d278
parent 146
2ab24976acaa
child 165
88a03c1a52d9
--- a/misc.h	Sun Apr 28 04:04:36 2013 +0300
+++ b/misc.h	Fri May 03 03:55:21 2013 +0300
@@ -25,6 +25,8 @@
 #define NUM_PRIMES 500
 
 class QColor;
+class QAction;
+
 // Prime numbers
 extern const ushort g_uaPrimes[NUM_PRIMES];
 
@@ -41,6 +43,7 @@
 typedef struct {
 	const char* const name;
 	floatconfig* const confs[4];
+	QAction** const actionptr;
 } gridinfo;
 
 extern_cfg (int, grid);

mercurial