mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Prepend QBT_ for preprocessor variables
This commit is contained in:
parent
fc49856857
commit
cb1646be32
13 changed files with 29 additions and 29 deletions
|
@ -348,7 +348,7 @@ void WebApplication::action_version_api_min()
|
|||
void WebApplication::action_version_qbittorrent()
|
||||
{
|
||||
CHECK_URI(0);
|
||||
print(QString(VERSION), Http::CONTENT_TYPE_TXT);
|
||||
print(QString(QBT_VERSION), Http::CONTENT_TYPE_TXT);
|
||||
}
|
||||
|
||||
void WebApplication::action_command_shutdown()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue