mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
Move to separate headers
Hopefully this can speed up compilation times. https://doc.qt.io/qt-6/qtglobal.html#details PR #19430.
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
|
||||
#include <filesystem>
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <QMetaType>
|
||||
#include <QString>
|
||||
|
||||
@@ -39,6 +38,8 @@
|
||||
|
||||
#include "base/interfaces/istringable.h"
|
||||
|
||||
class QStringView;
|
||||
|
||||
class Path final : public IStringable
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user