fix unused coords

This commit is contained in:
Alexey Nabrodov 2015-09-29 12:07:35 +03:00
parent 7cd7b43e7a
commit a98878dd8a

View File

@ -587,8 +587,8 @@ class TabbedBrowser(tabwidget.TabWidget):
if idx == self.currentIndex():
self.update_window_title()
@pyqtSlot(int, int)
def on_scroll_pos_changed(self, x, y):
@pyqtSlot()
def on_scroll_pos_changed(self, *args):
"""Update tab and window title when scroll position changed."""
self.update_window_title()
self.update_tab_titles()