summaryrefslogtreecommitdiff
path: root/qutebrowser/utils/version.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/utils/version.py')
-rw-r--r--qutebrowser/utils/version.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/qutebrowser/utils/version.py b/qutebrowser/utils/version.py
index 488ddfa54..812eb0102 100644
--- a/qutebrowser/utils/version.py
+++ b/qutebrowser/utils/version.py
@@ -850,8 +850,8 @@ def version_info() -> str:
"Imported from {}".format(importpath),
"Using Python from {}".format(sys.executable),
"Qt library executable path: {}, data path: {}".format(
- QLibraryInfo.location(QLibraryInfo.LibraryExecutablesPath),
- QLibraryInfo.location(QLibraryInfo.DataPath)
+ QLibraryInfo.location(QLibraryInfo.LibraryLocation.LibraryExecutablesPath),
+ QLibraryInfo.location(QLibraryInfo.LibraryLocation.DataPath)
)
]