X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fopt%2Fnetstory%2Fnetstory.py;fp=src%2Fopt%2Fnetstory%2Fnetstory.py;h=586b2044936267d4b02f765d75c3a79ab3ef5908;hb=0245962a5a8475fa41542cb2a0869e6acb037ae6;hp=484be24e69270f3e85822038fd3e5f73d6a01cb1;hpb=3b12a8c51a2bc856aed01516ec5978d21a19ff78;p=netstory diff --git a/src/opt/netstory/netstory.py b/src/opt/netstory/netstory.py index 484be24..586b204 100644 --- a/src/opt/netstory/netstory.py +++ b/src/opt/netstory/netstory.py @@ -43,13 +43,6 @@ class DataForm(QtGui.QMainWindow): self.progress = QtGui.QProgressDialog('Please wait...', 'Stop', 0, 100, self) self.progress.setWindowTitle('Generating tables') - - # This is gives time for UI to show up before updating tables - self.timer = QtCore.QBasicTimer() - self.timer.start(100, self) - - def timerEvent(self, event): - self.timer.stop() self.generate_traffic_tables() def change_max_rows(self):