1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-02 18:04:32 +00:00

Fix last commit

This commit is contained in:
Christophe Dumez 2007-07-25 14:03:04 +00:00
parent 3ba3e12f93
commit 95fc9e3a72
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,6 @@
#include "properties_imp.h" #include "properties_imp.h"
#include "bittorrent.h" #include "bittorrent.h"
#include "allocationDlg.h" #include "allocationDlg.h"
#include "FinishedListDelegate.h"
#include <QFile> #include <QFile>
#include <QSettings> #include <QSettings>

View File

@ -23,6 +23,7 @@
#define SEEDING_H #define SEEDING_H
#include "ui_seeding.h" #include "ui_seeding.h"
#include "FinishedListDelegate.h"
#include <libtorrent/torrent_handle.hpp> #include <libtorrent/torrent_handle.hpp>
#include <QThread> #include <QThread>