Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix shortcuts manager test on Qt5
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
tests/src/python/test_qgsshortcutsmanager.py
|
@@ -16,8 +16,8 @@ |
|
|
|
|
|
from qgis.gui import (QgsShortcutsManager) |
|
|
from qgis.PyQt.QtCore import QSettings, QCoreApplication |
|
|
from qgis.PyQt.QtGui import QAction, QShortcut, QKeySequence |
|
|
from qgis.PyQt.QtWidgets import QWidget |
|
|
from qgis.PyQt.QtGui import QKeySequence |
|
|
from qgis.PyQt.QtWidgets import QWidget, QAction, QShortcut |
|
|
|
|
|
from qgis.testing import (start_app, |
|
|
unittest |
|
|