- Removed useless mutex in GUI

- started to optimize headers includes for compilation speed
This commit is contained in:
Christophe Dumez
2007-07-23 12:12:55 +00:00
parent c8c53e2812
commit 0db60065c0
7 changed files with 88 additions and 85 deletions

View File

@@ -23,9 +23,13 @@
#define SEEDING_H
#include "ui_seeding.h"
#include "bittorrent.h"
#include "FinishedListDelegate.h"
#include <QStandardItemModel>
#include <libtorrent/torrent_handle.hpp>
class QStandardItemModel;
class bittorrent;
class FinishedListDelegate;
using namespace libtorrent;
class FinishedTorrents : public QWidget, public Ui::seeding{
Q_OBJECT