]> git.pld-linux.org Git - packages/qbittorrent.git/blob - cxx.patch
added BR: qt4-linguist
[packages/qbittorrent.git] / cxx.patch
1 --- qbittorrent-3.0.10/src/main.cpp.orig        2013-07-14 16:17:31.884993352 +0200
2 +++ qbittorrent-3.0.10/src/main.cpp     2013-07-14 16:17:49.891818931 +0200
3 @@ -207,7 +207,7 @@
4        qDebug("Message: %s", qPrintable(message));
5        app.sendMessage(message);
6      } else { // Raise main window
7 -      app.sendMessage("qbt://show");
8 +      app.sendMessage(QString("qbt://show"));
9      }
10      return 0;
11    }
This page took 0.055084 seconds and 3 git commands to generate.