Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. Independent Developers
  4. What is/was QGuiApplication::setFallbackSessionManagementEnabled ?
Forum Updated to NodeBB v4.3 + New Features

What is/was QGuiApplication::setFallbackSessionManagementEnabled ?

Scheduled Pinned Locked Moved Unsolved Independent Developers
2 Posts 2 Posters 1.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MKoch
    wrote on last edited by
    #1

    I'm would like to know what
    QGuiApplication::setFallbackSessionManagementEnabled
    actually did, and why it is not available with Qt6. (At least, I do not have it in my verion).
    I removed it from my code, and it worked (up to now fine -> just in case that I get an error: it would be useful to know what it was).

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by SGaist
      #2

      Hi and welcome to devnet,

      Right from the commit that removed it:

      Remove "fallback session management"
          
          With the Qt6 compatibility break, it can finally be removed.
          Closing windows (which might quit the application with
          quitOnLastWindowClosed() true, the default) acted contrary to the
          documentation of the commitDataRequest() signal, which could have
          been a hint.
          
          This removes the workaround API from the fix for QTBUG-49667 and
          also removes the problematic feature that it worked around.
      

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved