qobserver subclasses do not need to import SIGNAL
commit394ffee4145448a0bf7f39aa3c6df06f3a979b5b
authorDavid Aguilar <davvid@gmail.com>
Sun, 9 Dec 2007 22:26:43 +0000 (9 14:26 -0800)
committerDavid Aguilar <davvid@gmail.com>
Sun, 9 Dec 2007 22:30:05 +0000 (9 14:30 -0800)
treecb809a395805c0b80d87cc6db7cdda4f81960b9b
parent942367df3e06f48ce72c3ea23a37c93e014076c6
qobserver subclasses do not need to import SIGNAL

- Updated qobserver to override connect() and so that subclasses can pass in the signal string only and thus do not have to import QtCore.SIGNAL.  Passing in a QtCore.SIGNAL is still supported.

Signed-off by: David Aguilar <davvid@gmail.com>
py/controllers.py
py/qobserver.py
py/repobrowsercontroller.py