mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
Some improvements of requesting pid of running instance code.
This commit is contained in:
@@ -351,7 +351,7 @@ void QtSingleApplication::activateWindow()
|
||||
*/
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
ulong QtSingleApplication::getRunningPid() {
|
||||
qint64 QtSingleApplication::getRunningPid() {
|
||||
return peer->getRunningPid();
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user