Browse Source

- Ok, includes look fine now

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
ce5baa93b7
  1. 1
      src/createtorrent_imp.h
  2. 1
      src/options_imp.cpp
  3. 4
      src/options_imp.h

1
src/createtorrent_imp.h

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
#ifndef CREATE_TORRENT_IMP_H
#define CREATE_TORRENT_IMP_H
#include <QDialog>
#include "ui_createtorrent.h"
class createtorrent : public QDialog, private Ui::createTorrentDialog{

1
src/options_imp.cpp

@ -30,6 +30,7 @@ @@ -30,6 +30,7 @@
#include <QMotifStyle>
#include <QCDEStyle>
#include <QDialogButtonBox>
#include <QCloseEvent>
#ifdef Q_WS_WIN
#include <QWindowsXPStyle>
#endif

4
src/options_imp.h

@ -22,9 +22,7 @@ @@ -22,9 +22,7 @@
#ifndef OPTIONS_IMP_H
#define OPTIONS_IMP_H
#include <QCloseEvent>
#include "ui_options.h"
#include <libtorrent/session.hpp>
#include <libtorrent/ip_filter.hpp>
#define HTTP 0
@ -34,6 +32,8 @@ @@ -34,6 +32,8 @@
using namespace libtorrent;
class QCloseEvent;
class options_imp : public QDialog, private Ui::Dialog{
Q_OBJECT

Loading…
Cancel
Save