IconEditor/IconSizeDialog.py

changeset 96
9624a110667d
parent 12
1d8dd9706f46
child 945
8cd4d08fa9f6
--- a/IconEditor/IconSizeDialog.py	Sun Jan 31 16:15:16 2010 +0000
+++ b/IconEditor/IconSizeDialog.py	Sun Jan 31 17:11:22 2010 +0000
@@ -5,7 +5,6 @@
 """
 
 from PyQt4.QtGui import QDialog
-from PyQt4.QtCore import pyqtSlot
 
 from .Ui_IconSizeDialog import Ui_IconSizeDialog
 
@@ -35,4 +34,4 @@
         
         @return tuple with width and height (tuple of two integers)
         """
-        return self.widthSpin.value(), self.heightSpin.value()
\ No newline at end of file
+        return self.widthSpin.value(), self.heightSpin.value()

eric ide

mercurial