mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
Add interface to request the pid of the running instance.
This commit is contained in:
committed by
Vladimir Golovnev (Glassez)
parent
da561ccd38
commit
89b82778e6
@@ -349,3 +349,9 @@ void QtSingleApplication::activateWindow()
|
||||
|
||||
\obsolete
|
||||
*/
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
ulong QtSingleApplication::getRunningPid() {
|
||||
return peer->getRunningPid();
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user