mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-11 01:44:58 -06:00
Fix C++11 compliance
Fix compiler error when compiling with -std=c++11 "invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]"
This commit is contained in:
@@ -83,7 +83,7 @@ void TorrentCreatorThread::sendProgressSignal(int progress) {
|
||||
|
||||
void TorrentCreatorThread::run() {
|
||||
emit updateProgress(0);
|
||||
QString creator_str("qBittorrent "VERSION);
|
||||
QString creator_str("qBittorrent " VERSION);
|
||||
try {
|
||||
file_storage fs;
|
||||
// Adding files to the torrent
|
||||
|
||||
Reference in New Issue
Block a user