gnu make parsing bug - no matching function

Bug #841626 reported by PasNox
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Monkey Studio IDE
Invalid
Medium
Andrei Kopats

Bug Description

src/widget/common/PickerImageWidget.cpp: In member function 'virtual void InternalImageButton::paintEvent(QPaintEvent*)':
src/widget/common/PickerImageWidget.cpp:207: error: no matching function for call to 'QPainter::drawRoundedRect(QRect&)'
/usr/local/Trolltech/Qt-4.7.2_carbon/lib/QtGui.framework/Versions/4/Headers/qpainter.h:345: note: candidates are: void QPainter::drawRoundedRect(const QRectF&, qreal, qreal, Qt::SizeMode)
/usr/local/Trolltech/Qt-4.7.2_carbon/lib/QtGui.framework/Versions/4/Headers/qpainter.h:703: note: void QPainter::drawRoundedRect(int, int, int, int, qreal, qreal, Qt::SizeMode)
/usr/local/Trolltech/Qt-4.7.2_carbon/lib/QtGui.framework/Versions/4/Headers/qpainter.h:709: note: void QPainter::drawRoundedRect(const QRect&, qreal, qreal, Qt::SizeMode)
make: *** [build/release/obj/darwin/PickerImageWidget.o] Error 1

Tags: gnumake make
PasNox (pasnox)
Changed in monkeystudio:
importance: Undecided → Medium
Revision history for this message
PasNox (pasnox) wrote :

The first error is parsed, but not the candidate/note, test buffer:

src/main.cpp:16:33: error: no matching function for call to ‘QPainter::drawRoundedRect(QRect)
/usr/include/qt4/QtGui/qpainter.h:344:10: note: candidates are: void QPainter::drawRoundedRect(const QRectF&, qreal, qreal, Qt::SizeMode)
/usr/include/qt4/QtGui/qpainter.h:702:13: note: void QPainter::drawRoundedRect(int, int, int, int, qreal, qreal, Qt::SizeMode)
/usr/include/qt4/QtGui/qpainter.h:708:13: note: void QPainter::drawRoundedRect(const QRect&, qreal, qreal, Qt::SizeMode)

Revision history for this message
Andrei Kopats (hlamer) wrote :

Simalar bug fixed few days ago.
I can't reproduce this one with test framework. If you can on the latest scripts from dev - send me test project which I can build and test

Changed in monkeystudio:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.