https://bugs.kde.org/show_bug.cgi?id=463491

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@davidedmundson.co.uk
         Resolution|---                         |NOT A BUG
             Status|REPORTED                    |RESOLVED

--- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> ---
windowId only exist for X11 windows. 

src/x11window.h:    Q_PROPERTY(qulonglong windowId READ window CONSTANT)

as it maps to the underlying X11 window ID type.

For something universal use:

src/window.h:    Q_PROPERTY(QUuid internalId READ internalId CONSTANT)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to