Add Tags parameter to "Run External Program"

Closes #8586.
Also sort headers.
This commit is contained in:
Chocobo1
2018-03-14 00:47:00 +08:00
parent e78b5202bc
commit 88881de8c6
4 changed files with 42 additions and 31 deletions

View File

@@ -146,7 +146,7 @@ private:
void initializeTranslation();
void processParams(const QStringList &params);
void runExternalProgram(BitTorrent::TorrentHandle *const torrent) const;
void runExternalProgram(const BitTorrent::TorrentHandle *torrent) const;
void sendNotificationEmail(const BitTorrent::TorrentHandle *torrent);
void validateCommandLineParameters();
};