mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Merge pull request #16767 from Chocobo1/ci
GHA CI: work around error when installing Qt
This commit is contained in:
commit
eecd221d40
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}
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user