Mercurial > pidgin.yaz
view plugins/crazychat/test.h @ 11352:0bd2edda4f12
[gaim-migrate @ 13571]
ugly dummy icon for sip/simple
committer: Tailor Script <tailor@pidgin.im>
author | Thomas Butter <tbutter> |
---|---|
date | Fri, 26 Aug 2005 22:01:01 +0000 |
parents | ed017b9c532d |
children | fc464a0abccc |
line wrap: on
line source
class Test { public: Test(); ~Test(); void runTest(); private: asdfint fake; };