view pidgin/plugins/crazychat/test.h @ 32061:f2a2290dfc19

German translation update - one new string ("Croatian") translated
author Bj?rn Voigt <bjoern@cs.tu-berlin.de>
date Thu, 12 May 2011 07:39:19 +0000
parents 5fe8042783c1
children
line wrap: on
line source

class Test {
	public:
		Test(void);
		~Test(void);
		void runTest(void);
	private:
		asdfint fake;
};