Source Code (Use browser search to find items of interest.)

Class Index

kmahjongg'HiScoreEntry (./kdegames/kmahjongg/HighScore.h:14)

typedef struct HiScoreEntry  {
	QString name;
	long	board;
	long 	score;
	long elapsed;
	
};