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:
David Christenson
2015-02-01 13:27:44 -07:00
parent 3f22bf1186
commit bdb722893f
4 changed files with 5 additions and 5 deletions

View File

@@ -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