mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 23:37:59 +00:00
- Ok, includes look fine now
This commit is contained in:
parent
042323a1a8
commit
ce5baa93b7
@ -22,7 +22,6 @@
|
|||||||
#ifndef CREATE_TORRENT_IMP_H
|
#ifndef CREATE_TORRENT_IMP_H
|
||||||
#define CREATE_TORRENT_IMP_H
|
#define CREATE_TORRENT_IMP_H
|
||||||
|
|
||||||
#include <QDialog>
|
|
||||||
#include "ui_createtorrent.h"
|
#include "ui_createtorrent.h"
|
||||||
|
|
||||||
class createtorrent : public QDialog, private Ui::createTorrentDialog{
|
class createtorrent : public QDialog, private Ui::createTorrentDialog{
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
#include <QMotifStyle>
|
#include <QMotifStyle>
|
||||||
#include <QCDEStyle>
|
#include <QCDEStyle>
|
||||||
#include <QDialogButtonBox>
|
#include <QDialogButtonBox>
|
||||||
|
#include <QCloseEvent>
|
||||||
#ifdef Q_WS_WIN
|
#ifdef Q_WS_WIN
|
||||||
#include <QWindowsXPStyle>
|
#include <QWindowsXPStyle>
|
||||||
#endif
|
#endif
|
||||||
|
@ -22,9 +22,7 @@
|
|||||||
#ifndef OPTIONS_IMP_H
|
#ifndef OPTIONS_IMP_H
|
||||||
#define OPTIONS_IMP_H
|
#define OPTIONS_IMP_H
|
||||||
|
|
||||||
#include <QCloseEvent>
|
|
||||||
#include "ui_options.h"
|
#include "ui_options.h"
|
||||||
#include <libtorrent/session.hpp>
|
|
||||||
#include <libtorrent/ip_filter.hpp>
|
#include <libtorrent/ip_filter.hpp>
|
||||||
|
|
||||||
#define HTTP 0
|
#define HTTP 0
|
||||||
@ -34,6 +32,8 @@
|
|||||||
|
|
||||||
using namespace libtorrent;
|
using namespace libtorrent;
|
||||||
|
|
||||||
|
class QCloseEvent;
|
||||||
|
|
||||||
class options_imp : public QDialog, private Ui::Dialog{
|
class options_imp : public QDialog, private Ui::Dialog{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user