1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

Merge pull request #12735 from Kolcha/include

Clean up header inclusion
This commit is contained in:
Mike Tzou 2020-05-03 12:08:48 +08:00 committed by GitHub
commit 8999f1a8da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -435,12 +435,12 @@
<customwidget>
<class>TorrentContentTreeView</class>
<extends>QTreeView</extends>
<header>torrentcontenttreeview.h</header>
<header>gui/torrentcontenttreeview.h</header>
</customwidget>
<customwidget>
<class>FileSystemPathComboEdit</class>
<extends>QWidget</extends>
<header>fspathedit.h</header>
<header>gui/fspathedit.h</header>
<container>1</container>
</customwidget>
</customwidgets>

View File

@ -3388,7 +3388,7 @@ Use ';' to split multiple entries. Can use wildcard '*'.</string>
<customwidget>
<class>FileSystemPathLineEdit</class>
<extends>QWidget</extends>
<header>fspathedit.h</header>
<header>gui/fspathedit.h</header>
<container>1</container>
</customwidget>
</customwidgets>

View File

@ -68,7 +68,7 @@
#include "ui_propertieswidget.h"
#ifdef Q_OS_MACOS
#include "macutilities.h"
#include "gui/macutilities.h"
#endif
PropertiesWidget::PropertiesWidget(QWidget *parent)

View File

@ -87,7 +87,7 @@
<customwidget>
<class>FileSystemPathComboEdit</class>
<extends>QWidget</extends>
<header>fspathedit.h</header>
<header>gui/fspathedit.h</header>
<container>1</container>
</customwidget>
</customwidgets>