aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-16 10:34:53 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-16 16:24:21 +0200
commit38b9c4f327d2860c5d6e6d2cdbd671173a0d75c8 (patch)
tree6e97e9af55c6f9bee6c7f413a4da009f002ebc14 /src/quick/scenegraph
parentc430fc856964b8d07cd5bebe874095c7e3a0fc54 (diff)
Fix additional warnings from usage of deprecated APIs
Replace more QLibaryInfo::location with QLibraryInfo::path Replace old event accessors APIs, including relevant comments. Change-Id: Ie205fc93b6e1c0dfb3dca9100fbde417ab68fc9f Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quick/scenegraph')
-rw-r--r--src/quick/scenegraph/qsgcontextplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/qsgcontextplugin.cpp b/src/quick/scenegraph/qsgcontextplugin.cpp
index 025716c2a7..2956c8c438 100644
--- a/src/quick/scenegraph/qsgcontextplugin.cpp
+++ b/src/quick/scenegraph/qsgcontextplugin.cpp
@@ -176,7 +176,7 @@ QSGAdaptationBackendData *contextFactory()
qWarning("Could not create scene graph context for backend '%s'"
" - check that plugins are installed correctly in %s",
qPrintable(requestedBackend),
- qPrintable(QLibraryInfo::location(QLibraryInfo::PluginsPath)));
+ qPrintable(QLibraryInfo::path(QLibraryInfo::PluginsPath)));
}
}
#endif // library