forked from qt-creator/qt-creator
QmlProfiler: main view with fixed height and scrollable
Change-Id: Ib77ad6ba5afe13d692d85c7027e3e1d4b2fbb6a7 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
@@ -145,7 +145,6 @@ void TiledCanvas::componentComplete()
|
||||
void TiledCanvas::mousePressEvent(QGraphicsSceneMouseEvent *event)
|
||||
{
|
||||
Q_UNUSED(event);
|
||||
qWarning("MPE");
|
||||
}
|
||||
|
||||
QPixmap TiledCanvas::getTile(int xx, int yy)
|
||||
|
||||
Reference in New Issue
Block a user