mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
BUGFIX: Fix compilation with namespaced Qt (Christian Kandeler)
This commit is contained in:
parent
313dfd6475
commit
c2e5ecaaa0
25 changed files with 82 additions and 20 deletions
|
@ -36,9 +36,12 @@
|
|||
#include "ui_preview.h"
|
||||
#include "qtorrenthandle.h"
|
||||
|
||||
class QStandardItemModel;
|
||||
class PreviewListDelegate;
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QStandardItemModel;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class PreviewSelect: public QDialog, private Ui::preview {
|
||||
Q_OBJECT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue