Skip to content
Commit bf1dbee1 authored by Wolfgang Bauer's avatar Wolfgang Bauer
Browse files

Fix check whether window is closed by session management

qApp->isSessionRestored() specifies whether the application has been
restored by session management. This is obviously wrong here. Use
qApp->isSavingSession() instead.

BUG: 353548
FIXED-IN: 15.12.2
REVIEW: 126917
parent ddc050f2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment