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

QSystemScreenSaver: inhibited by default

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 1.1.0
    • 1.0.2
    • System Information
    • None
    • 35e54e8

      STEPS:

      1) create QSystemScreenSaver object
      QSystemScreenSaver s;

      2) check if screen saver is inhibited or not:
      bool isInhibited = s.screenSaverInhibited();

      Expected result:
      false is returned, since right after constructing the object the screen should not be inhibited.

      Actual result:
      If the device screen is currently on, then true will be returned.
      If the device screen is currently off, then false will be returned.

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

            lopotter Lorn Potter (closed Nokia identity) (Inactive)
            igagis Ivan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes