mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-24 01:08:06 -06:00
Merge pull request #16767 from Chocobo1/ci
GHA CI: work around error when installing Qt
This commit is contained in:
1
.github/workflows/ci_macos.yaml
vendored
1
.github/workflows/ci_macos.yaml
vendored
@@ -53,6 +53,7 @@ jobs:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
setup-python: false
|
||||
version: ${{ matrix.qt_version }}
|
||||
|
||||
- name: Install libtorrent
|
||||
|
||||
@@ -34,6 +34,8 @@
|
||||
#include <QDebug>
|
||||
#include <QVector>
|
||||
|
||||
#include "base/global.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
QColor dlPieceColor(const QColor &pieceColor)
|
||||
|
||||
@@ -33,6 +33,8 @@
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
#include "base/global.h"
|
||||
|
||||
PieceAvailabilityBar::PieceAvailabilityBar(QWidget *parent)
|
||||
: base {parent}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user