Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-279

Documentation mistake in QValueSpaceSubscriber

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 1.1.0
    • 1.0.x
    • Publish & Subscribe
    • None
    • 8e71b7b09a4e2c60d1f528f6ac0719957a7b20c4

      http://doc.qt.nokia.com/qtmobility-1.0/qvaluespacesubscriber.html#value
      The path in base.value is missing an 's' character from the end.

      Compare
      QValueSpaceSubscriber equiv("/Settings/Nokia/General/Mappings);
      and
      equiv.value() == base.value("Nokia/General/Mapping");

      change this to
      equiv.value() == base.value("Nokia/General/Mappings");

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            amccarth Aaron McCarthy (closed Nokia identity) (Inactive)
            saulaukk Sauli Laukka
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes