Delete all mouse-visibility references

This commit is contained in:
lupoDharkael
2017-07-12 02:06:08 +02:00
parent d40df83d0c
commit aed0800aac
5 changed files with 0 additions and 28 deletions

View File

@@ -118,9 +118,6 @@ QString Screenshot::graphicalSave(const QRect &selection, QWidget *parent) const
} else { // save full screen when no selection
pixToSave = m_modifiedScreenshot.copy(selection);
}
// if (settings.value("mouseVisible").toBool()) {
// // TO DO
// }
saved = pixToSave.save(fileName);
if (!saved) {
@@ -215,7 +212,6 @@ namespace {
int originalLength = body.length();
body.setLength(ArrowWidth);
// move across the line up to the head
//QPointF = ;
QLineF temp(QPoint(0,0), p2-p1);
temp.setLength(originalLength-ArrowHeight);
QPointF bottonTranslation(temp.p2());