Added on_settings_changed stub for tests.

This commit is contained in:
jupfi 2024-04-01 11:08:06 +02:00
parent fa3fc8ed38
commit 1467397d3b

View file

@ -31,6 +31,10 @@ class StubMainView(QApplication):
"""This is only a stub for the tests."""
pass
def on_settings_changed(self):
"""This is only a stub for the tests."""
pass
if __name__ == "__main__":
test_load_module()