We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a937d commit 85de9dfCopy full SHA for 85de9df
crates/cxx-qt-lib/src/qml/qqmlapplicationengine.rs
@@ -93,7 +93,7 @@ pub use ffi::QQmlApplicationEngine;
93
94
impl QQmlApplicationEngine {
95
/// Convert the existing [QQmlApplicationEngine] to a [QQmlEngine]
96
- pub fn as_qqmlengine<'a>(self: Pin<&'a mut Self>) -> Pin<&'a mut QQmlEngine> {
+ pub fn as_qqmlengine(self: Pin<&'a mut Self>) -> Pin<&mut QQmlEngine> {
97
ffi::qqmlapplicationengine_as_qqmlengine(self)
98
}
99
0 commit comments