Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-44114

minor typo in documentation of QAndroidJniObject

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.5.1
    • 5.4.0
    • Documentation
    • None
    • generic.
    • a3ec0e469e9fbc49af3151f9f747ee980fae22cd

    Description

      QAndroidJniObject QAndroidJniObject::​callObjectMethod(const char * methodName, const char * signature, ...) const
      Calls the Java object's method methodName with the signature signature and arguments

      QAndroidJniObject myJavaString; ==> "Hello, Java"
      QAndroidJniObject mySubstring = myJavaString.callObjectMethod("substring", "(II)Ljava/lang/String;" 7, 10);

      Looks like comma before of 7 is missing.

      Attachments

        For Gerrit Dashboard: QTBUG-44114
        # Subject Branch Project Status CR V

        Activity

          People

            sgaist Samuel Gaist
            mallah.rajesh@gmail.com Rajesh Mallah
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes