mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 17:56:50 +03:00
parent
75c93d72be
commit
eab455422f
2 changed files with 4 additions and 0 deletions
|
@ -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 a new issue