diff options
author | kali <kali@leap.se> | 2012-10-05 05:32:15 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-10-05 05:32:15 +0900 |
commit | a92ea6fcc5e2e10c6df6d41b52a5d98044317eba (patch) | |
tree | c1ee5ad1a4ece846d3f9f12717d7617f0e8ecece /src/leap/app.py | |
parent | 87a3deb2c419eb7cb6ab6937042310cf5d0370c0 (diff) |
wizard called from main app if not run before.
Diffstat (limited to 'src/leap/app.py')
-rw-r--r-- | src/leap/app.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/app.py b/src/leap/app.py index a5e09d80..341f6a6e 100644 --- a/src/leap/app.py +++ b/src/leap/app.py @@ -3,6 +3,7 @@ import logging # This is only needed for Python v2 but is harmless for Python v3. import sip sip.setapi('QVariant', 2) +sip.setapi('QString', 2) from PyQt4.QtGui import (QApplication, QSystemTrayIcon, QMessageBox) from leap import __version__ as VERSION |