Commit 33feed65 authored by DonLakeFlyer's avatar DonLakeFlyer

parent ea63d012
...@@ -189,7 +189,7 @@ bool QSerialPortPrivate::open(QIODevice::OpenMode mode) ...@@ -189,7 +189,7 @@ bool QSerialPortPrivate::open(QIODevice::OpenMode mode)
"(Landroid/content/Context;Ljava/lang/String;I)I", "(Landroid/content/Context;Ljava/lang/String;I)I",
QtAndroid::androidActivity().object(), QtAndroid::androidActivity().object(),
jnameL.object<jstring>(), jnameL.object<jstring>(),
reinterpret_cast<jint>(this)); reinterpret_cast<jlong>(this));
cleanJavaException(); cleanJavaException();
isReadStopped = false; isReadStopped = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment