mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
GCS/OPMap-comment cleaning
This commit is contained in:
parent
de633d1bcc
commit
96fb46b38d
@ -36,17 +36,7 @@ namespace mapcontrol
|
||||
pen.setWidth(1);
|
||||
this->setPen(pen);
|
||||
}
|
||||
/*
|
||||
void TrailLineItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
|
||||
{
|
||||
// painter->drawRect(QRectF(-3,-3,6,6));
|
||||
painter->setBrush(m_brush);
|
||||
QPen pen;
|
||||
pen.setBrush(m_brush);
|
||||
pen.setWidth(2);
|
||||
painter->drawLine(this->line().x1(),this->line().y1(),this->line().x2(),this->line().y2());
|
||||
}
|
||||
*/
|
||||
|
||||
int TrailLineItem::type()const
|
||||
{
|
||||
return Type;
|
||||
|
@ -20,6 +20,7 @@ isEmpty(QMAKESPEC) {
|
||||
win32:SPEC = win32-g++
|
||||
macx-g++:SPEC = macx-g++
|
||||
linux-g++:SPEC = linux-g++
|
||||
linux-g++-32:SPEC = linux-g++
|
||||
linux-g++-64:SPEC = linux-g++-64
|
||||
} else {
|
||||
SPEC = $$QMAKESPEC
|
||||
|
Loading…
x
Reference in New Issue
Block a user