NatronGitHub / Natron

Open-source video compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
http://NatronGitHub.github.io
GNU General Public License v2.0
4.54k stars 332 forks source link

Gui/GuiPrivate: don't cast qint64 to Q_PID #831

Closed rodlie closed 1 year ago

rodlie commented 1 year ago

On Windows Q_PID is an _PROCESS_INFORMATION struct, on Unix Q_PID is an qint64. Fixes build on Windows.

Only tested on Windows (MinGW) with Qt4.