mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Group Qt forward declarations separately from the others
This commit is contained in:
parent
9995967fbf
commit
70f8882f87
20 changed files with 28 additions and 9 deletions
|
@ -33,11 +33,12 @@
|
|||
|
||||
#include <QWidget>
|
||||
|
||||
class QListWidgetItem;
|
||||
class QShortcut;
|
||||
class QTreeWidgetItem;
|
||||
|
||||
class ArticleListWidget;
|
||||
class FeedListWidget;
|
||||
class QListWidgetItem;
|
||||
class QTreeWidgetItem;
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue