[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 262258] KDevelop crashes on accepting autocomplete variant
From:       Alexey Chernov <4ernov () gmail ! com>
Date:       2011-01-05 23:48:02
Message-ID: 20110105234802.B777A7A67D () immanuel ! kde ! org
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=262258





--- Comment #1 from Alexey Chernov <4ernov gmail com>  2011-01-06 00:48:01 ---
OK, got it:
1. The original method is this:

void GraphicsWaveformItem::updateBackground()
{
    if (!_background)
        _background = new QGraphicsRectItem(this);
    QRectF(0, 0, _rect.width(), 2);
}
(GraphicsWaveformItem is inherited from QGraphicsItemGroup of Qt4)

2. I go to line #4 (beginning with QRectF(..)) and type _. The editor opens
autocomplete menu and the first option is _background (_background is class
member of type QGraphicsRectItem*).
3. I press Ctrl+Enter. The menu changes to more detailed variant. The first
option is still _background.
4. I press Enter to accept it. Crash.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic