Android: Fix compilation with warnings-are-errors
Variable was added in e2e874415e
but is not used anywhere.
Change-Id: Iff1e7c20317bb489978eb77d24b8da12493d7e45
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
This commit is contained in:
parent
b0310ddd16
commit
f5b1b10a11
@ -47,7 +47,6 @@ namespace QtAndroidClipboard
|
||||
{
|
||||
QAndroidPlatformClipboard *m_manager = nullptr;
|
||||
|
||||
static char const *const QtNativeClassName = "org/qtproject/qt5/android/QtNative";
|
||||
static JNINativeMethod methods[] = {
|
||||
{"onClipboardDataChanged", "()V", (void *)onClipboardDataChanged}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user