Skip to content

Commit

Permalink
make pid working
Browse files Browse the repository at this point in the history
  • Loading branch information
wdehoog committed Jan 4, 2019
1 parent d29cafb commit 29d192b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qdeclarativeprocess.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class QDeclarativeProcess : public QProcess
READ workingDirectory
WRITE setWorkingDirectory
NOTIFY workingDirectoryChanged)
Q_PROPERTY(Q_PID pid
Q_PROPERTY(uint pid
READ pid
NOTIFY pidChanged)
Q_PROPERTY(QDeclarativeProcessEnums::ProcessError error
Expand Down

0 comments on commit 29d192b

Please sign in to comment.