Mercurial > pidgin
view plugins/crazychat/test.h @ 14065:8ef994bacf3d
[gaim-migrate @ 16686]
Add preference to show idletime in the 'tooltip' for the buddylist.
committer: Tailor Script <tailor@pidgin.im>
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Thu, 10 Aug 2006 15:44:43 +0000 |
| parents | fc464a0abccc |
| children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };
