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 9965345d1..c66528aab 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.LibraryLocation.LibraryExecutablesPath),
- QLibraryInfo.location(QLibraryInfo.LibraryLocation.DataPath)
+ QLibraryInfo.path(QLibraryInfo.LibraryPath.LibraryExecutablesPath),
+ QLibraryInfo.path(QLibraryInfo.LibraryPath.DataPath)
)
]