Add docstring

This commit is contained in:
Florian Bruhin 2014-04-17 11:40:19 +02:00
parent 72340575af
commit 97bde402fb

View File

@ -233,6 +233,7 @@ class KeyParser(QObject):
# pylint: disable=unused-argument
@pyqtSlot(str, str)
def on_config_changed(self, section, option):
"""Re-read the config if a keybinding was changed."""
if section == 'keybind':
self.read_config()