UI/SplashScreen.py

branch
Py2 comp.
changeset 3065
070b35dde35e
parent 3057
10516539f238
child 3145
a9de05d4a22f
--- a/UI/SplashScreen.py	Sun Nov 03 16:23:07 2013 +0100
+++ b/UI/SplashScreen.py	Tue Nov 05 22:23:38 2013 +0100
@@ -41,7 +41,8 @@
         @param msg message to be shown (string)
         """
         logging.debug(msg)
-        super(SplashScreen, self).showMessage(msg, self.labelAlignment, QColor(Qt.white))
+        super(SplashScreen, self).showMessage(
+            msg, self.labelAlignment, QColor(Qt.white))
         QApplication.processEvents()
         
     def clearMessage(self):

eric ide

mercurial