Add qt5-svg to deps
This commit is contained in:
parent
423383dca9
commit
bd2adc5e53
@ -8,7 +8,7 @@ url="https://github.com/ArsenArsen/KShare"
|
|||||||
license=('MIT')
|
license=('MIT')
|
||||||
provides=(kshare)
|
provides=(kshare)
|
||||||
conflicts=(kshare)
|
conflicts=(kshare)
|
||||||
depends=(qt5-base qt5-x11extras xcb-util-cursor ffmpeg libxfixes)
|
depends=(qt5-base qt5-x11extras qt5-svg xcb-util-cursor ffmpeg libxfixes)
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
source=(git+https://github.com/ArsenArsen/KShare.git#branch=dev)
|
source=(git+https://github.com/ArsenArsen/KShare.git#branch=dev)
|
||||||
sha1sums=('SKIP')
|
sha1sums=('SKIP')
|
||||||
|
@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
|
|||||||
url="https://github.com/ArsenArsen/KShare"
|
url="https://github.com/ArsenArsen/KShare"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
provides=('kshare=$pkgver')
|
provides=('kshare=$pkgver')
|
||||||
depends=(qt5-base qt5-x11extras xcb-util-cursor ffmpeg libxfixes)
|
depends=(qt5-base qt5-x11extras qt5-svg xcb-util-cursor ffmpeg libxfixes)
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
source=(git+https://github.com/ArsenArsen/KShare.git)
|
source=(git+https://github.com/ArsenArsen/KShare.git)
|
||||||
sha1sums=('SKIP')
|
sha1sums=('SKIP')
|
||||||
|
@ -13,7 +13,7 @@ SelectionRectangle::SelectionRectangle(qreal x, qreal y, qreal w, qreal h, QGrap
|
|||||||
}
|
}
|
||||||
|
|
||||||
SelectionRectangle::SelectionRectangle(QRectF rect, QGraphicsItem *parent)
|
SelectionRectangle::SelectionRectangle(QRectF rect, QGraphicsItem *parent)
|
||||||
: SelectionRectangle(rect.left(), rect.top(), rect.width(), rect.height()) {
|
: SelectionRectangle(rect.left(), rect.top(), rect.width(), rect.height(), parent) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void SelectionRectangle::paint(QPainter *painter, const QStyleOptionGraphicsItem *options, QWidget *widget) {
|
void SelectionRectangle::paint(QPainter *painter, const QStyleOptionGraphicsItem *options, QWidget *widget) {
|
||||||
|
Loading…
Reference in New Issue
Block a user