1
0
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:
Chocobo1 2022-03-30 12:21:34 +08:00 committed by GitHub
commit eecd221d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -34,6 +34,8 @@
#include <QDebug>
#include <QVector>
#include "base/global.h"
namespace
{
QColor dlPieceColor(const QColor &pieceColor)

View File

@ -33,6 +33,8 @@
#include <QDebug>
#include "base/global.h"
PieceAvailabilityBar::PieceAvailabilityBar(QWidget *parent)
: base {parent}
{