notification: Replace QObject usage with a pure-Python implementation
commit36b8183822e7b01f732c96b9601a53dd1bcc7c20
authorDavid Aguilar <davvid@gmail.com>
Wed, 7 Oct 2009 07:38:09 +0000 (7 00:38 -0700)
committerDavid Aguilar <davvid@gmail.com>
Wed, 7 Oct 2009 07:38:09 +0000 (7 00:38 -0700)
treef585e58399378842bc6b9faf085e64f76d464258
parent901f4d33e757bff95a1fa2f61a9fb33ec1accb75
notification: Replace QObject usage with a pure-Python implementation

Qt signals+slots are limiting because they don't allow optional
keyword arguments.  Let's write our own so we can simplify the
Diff command later.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/notification.py