mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Improve compile time.
This commit is contained in:
@@ -103,6 +103,10 @@ int PhotoCropBox::mouseState(QPoint p) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
rpl::producer<QImage> PhotoCropBox::ready() const {
|
||||
return _readyImages.events();
|
||||
}
|
||||
|
||||
void PhotoCropBox::mouseReleaseEvent(QMouseEvent *e) {
|
||||
if (_downState) {
|
||||
_downState = 0;
|
||||
|
@@ -29,9 +29,7 @@ public:
|
||||
|
||||
int32 mouseState(QPoint p);
|
||||
|
||||
rpl::producer<QImage> ready() const {
|
||||
return _readyImages.events();
|
||||
}
|
||||
rpl::producer<QImage> ready() const;
|
||||
|
||||
protected:
|
||||
void prepare() override;
|
||||
|
Reference in New Issue
Block a user