Browse Source

Fix last commit

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
95fc9e3a72
  1. 1
      src/FinishedTorrents.cpp
  2. 1
      src/FinishedTorrents.h

1
src/FinishedTorrents.cpp

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

1
src/FinishedTorrents.h

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

Loading…
Cancel
Save