summaryrefslogtreecommitdiffstats
path: root/resizeuihelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'resizeuihelper.h')
-rw-r--r--resizeuihelper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/resizeuihelper.h b/resizeuihelper.h
index 1f4a1ef..18ebb22 100644
--- a/resizeuihelper.h
+++ b/resizeuihelper.h
@@ -52,10 +52,10 @@ public:
public slots:
void setResizeEnabled(bool enabled);
- void setRect(QRectF rect);
+ void setRect(const QRectF &rect);
signals:
- void rectResized(QRectF rect);
+ void rectResized(const QRectF &rect);
private:
void setWatchedCursor(QCursor cursor);