- Use a capital "B" for Bittorrent class

This commit is contained in:
Christophe Dumez 2009-11-20 08:01:59 +00:00
parent 262b88930e
commit 4ee47ce2b8
24 changed files with 143 additions and 143 deletions

View file

@ -37,7 +37,7 @@
#include "ui_MainWindow.h"
#include "qtorrenthandle.h"
class bittorrent;
class Bittorrent;
class QTimer;
class downloadFromURL;
class SearchEngine;
@ -59,7 +59,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
private:
// Bittorrent
bittorrent *BTSession;
Bittorrent *BTSession;
QList<QPair<QTorrentHandle,QString> > unauthenticated_trackers; // Still needed?
// GUI related
QTimer *guiUpdater;