Browse Source

Fix compilation with namespaced Qt.

adaptive-webui-19844
Christian Kandeler 13 years ago committed by Christophe Dumez
parent
commit
acd4b64a8b
  1. 3
      src/addnewtorrentdialog.h
  2. 2
      src/executionlog.h

3
src/addnewtorrentdialog.h

@ -35,9 +35,12 @@
#include <QUrl> #include <QUrl>
#include <libtorrent/torrent_info.hpp> #include <libtorrent/torrent_info.hpp>
QT_BEGIN_NAMESPACE
namespace Ui { namespace Ui {
class AddNewTorrentDialog; class AddNewTorrentDialog;
} }
QT_END_NAMESPACE
class TorrentContentModel; class TorrentContentModel;
class PropListDelegate; class PropListDelegate;

2
src/executionlog.h

@ -37,8 +37,8 @@ QT_BEGIN_NAMESPACE
namespace Ui { namespace Ui {
class ExecutionLog; class ExecutionLog;
} }
class LogListWidget;
QT_END_NAMESPACE QT_END_NAMESPACE
class LogListWidget;
class ExecutionLog : public QWidget class ExecutionLog : public QWidget
{ {

Loading…
Cancel
Save