Mercurial > pidgin.yaz
view pidgin/plugins/crazychat/test.h @ 28806:3e6b997b475d
ChangeLog the smiley tooltip fix
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Sun, 25 Oct 2009 23:35:09 +0000 |
parents | 5fe8042783c1 |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };