mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Use a capital "B" for Bittorrent class
This commit is contained in:
parent
262b88930e
commit
4ee47ce2b8
24 changed files with 143 additions and 143 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue