mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
Prepend QBT_ for preprocessor variables
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
|
||||
// Title
|
||||
lb_name->setText("<b><h2>qBittorrent " VERSION "</h2></b>");
|
||||
lb_name->setText("<b><h2>qBittorrent " QBT_VERSION "</h2></b>");
|
||||
|
||||
// About
|
||||
QString aboutText = QString(
|
||||
|
||||
Reference in New Issue
Block a user