Browse Source

Merge pull request #12735 from Kolcha/include

Clean up header inclusion
adaptive-webui-19844
Mike Tzou 4 years ago committed by GitHub
parent
commit
8999f1a8da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/gui/addnewtorrentdialog.ui
  2. 2
      src/gui/optionsdialog.ui
  3. 2
      src/gui/properties/propertieswidget.cpp
  4. 2
      src/gui/torrentcategorydialog.ui

4
src/gui/addnewtorrentdialog.ui

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

2
src/gui/optionsdialog.ui

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

2
src/gui/properties/propertieswidget.cpp

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

2
src/gui/torrentcategorydialog.ui

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

Loading…
Cancel
Save