diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-10 19:29:18 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-10 19:29:18 +0100 |
| commit | 5bb48d5e525660ba408d586226754a0f00326bb5 (patch) | |
| tree | 8ac0d2cfeeac5000613adaf088ea2a72817beeaa /src | |
| parent | 5a7bd3db677b037191b7e61e52bad682e0faffb9 (diff) | |
Small clean.
Diffstat (limited to 'src')
| -rw-r--r-- | src/moapplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/moapplication.cpp b/src/moapplication.cpp index 9de54f2f..9a77c17e 100644 --- a/src/moapplication.cpp +++ b/src/moapplication.cpp @@ -102,7 +102,7 @@ public: rect.topLeft() + QPoint(-5, -5)
};
painter->drawPolygon(tri, 3);
- painter->drawLine(QPoint(rect.topLeft().x(), rect.topLeft().y()), rect.topRight());
+ painter->drawLine(rect.topLeft(), rect.topRight());
}
else {
painter->drawRoundedRect(rect, 5, 5);
|
