view pidgin/plugins/crazychat/test.h @ 15455:3b45081f6183

Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
author Sean Egan <seanegan@gmail.com>
date Mon, 29 Jan 2007 03:22:42 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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