You've already forked qBittorrent
mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-10-09 18:32:15 +02:00
Compare commits
1 Commits
v5_0_x
...
release-2.
Author | SHA1 | Date | |
---|---|---|---|
![]() |
82f5fbb52c |
@@ -121,13 +121,13 @@ public:
|
||||
void sigintHandler(int) {
|
||||
signal(SIGINT, 0);
|
||||
qDebug("Catching SIGINT, exiting cleanly");
|
||||
app->exit();
|
||||
qApp->exit();
|
||||
}
|
||||
|
||||
void sigtermHandler(int) {
|
||||
signal(SIGTERM, 0);
|
||||
qDebug("Catching SIGTERM, exiting cleanly");
|
||||
app->exit();
|
||||
qApp->exit();
|
||||
}
|
||||
void sigsegvHandler(int) {
|
||||
signal(SIGABRT, 0);
|
||||
|
@@ -12,9 +12,9 @@ CONFIG += qt \
|
||||
|
||||
# Update this VERSION for each release
|
||||
os2 {
|
||||
DEFINES += VERSION=\'\"v2.3.0rc5\"\'
|
||||
DEFINES += VERSION=\'\"v2.3.0rc6\"\'
|
||||
} else {
|
||||
DEFINES += VERSION=\\\"v2.3.0rc5\\\"
|
||||
DEFINES += VERSION=\\\"v2.3.0rc6\\\"
|
||||
}
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
DEFINES += VERSION_MINOR=3
|
||||
|
Reference in New Issue
Block a user