mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
FEATURE: Added Auto-Shutdown on downloads completion feature (Linux Only for now)
This commit is contained in:
@@ -91,6 +91,8 @@ public:
|
||||
return x;
|
||||
}
|
||||
|
||||
static void shutdownComputer();
|
||||
|
||||
static bool safeRemove(QString file_path) {
|
||||
QFile MyFile(file_path);
|
||||
if(!MyFile.exists()) return true;
|
||||
|
||||
Reference in New Issue
Block a user