Skip to content
Permalink
Browse files
Fix tabwidget test for Qt5
  • Loading branch information
m-kuhn committed Sep 9, 2016
1 parent b20d3b7 commit f2fa093
Showing 1 changed file with 3 additions and 1 deletion.
@@ -17,10 +17,12 @@

import qgis # NOQA

from qgis.testing import unittest
from qgis.testing import unittest, start_app
from qgis.gui import QgsTabWidget
from qgis.PyQt.QtGui import QApplication, QWidget

start_app()


class TestQgsTabWidget(unittest.TestCase):

0 comments on commit f2fa093

Please sign in to comment.