Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail at run time if Service uses an obsolete signal. #1209

Merged
merged 1 commit into from Oct 28, 2013

Commits on Oct 28, 2013

  1. Fail at run time if Service uses an obsolete signal.

    The threaded framework requires Services to switch to a new collection
    of signals. To allow easier migration, the obsolete signals have been
    replaced with a class which causes an Exception to be thrown if their
    connect method is called.
    Had to change one unit test which was making use of the old signals.
    Dr15Jones committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    871f6c9 View commit details
    Browse the repository at this point in the history