mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
BUGFIX: Fix compilation with namespaced Qt (Christian Kandeler)
This commit is contained in:
@@ -33,9 +33,11 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui {
|
||||
class RssSettingsDlg;
|
||||
}
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class RssSettingsDlg : public QDialog
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user