We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d182937 commit 1231768Copy full SHA for 1231768
1 file changed
source/host/desktop_session_process.h
@@ -70,7 +70,7 @@ public slots:
70
#endif // defined(Q_OS_WINDOWS)
71
72
#if defined(Q_OS_LINUX)
73
- const pid_t pid_;
+ pid_t pid_;
74
#endif // defined(Q_OS_LINUX)
75
76
State state_ = State::STOPPED;
0 commit comments