view pidgin/plugins/crazychat/test.h @ 26659:4fca203e33be

Allow editing the theme when no theme is selected (the default).
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 18 Apr 2009 18:13:04 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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