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

List:       kde-bugs-dist
Subject:    [Bug 180640] plasma exploding memory consumption after kickoff
From:       Volker Hemmann <volkerarmin () googlemail ! com>
Date:       2009-04-30 19:47:25
Message-ID: 20090430194725.37E9015867 () immanuel ! kde ! org
[Download RAW message or body]

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





--- Comment #22 from Volker Hemmann <volkerarmin googlemail com>  2009-04-30 21:47:17 ---
it depends - but usually it means 'latest anon cvs/svn/git/whatever' but it
depends on the ebuild and the eclass which tree is checked out - and to be
honest reading eclasses isn't my favorite pastime... 

startDrag looks like this:
void UrlItemView::startDrag(Qt::DropActions supportedActions)
{
    //kDebug() << "Starting UrlItemView drag with actions" << supportedActions;

    if (!d->watchedIndexForDrag.isValid()) {
        return;
    }

    QMimeData *mimeData =
model()->mimeData(selectionModel()->selectedIndexes());

    if (!mimeData || mimeData->text().isNull()) {
        return;
    }

    QDrag *drag = new QDrag(this);
    drag->setMimeData(mimeData);

    QModelIndex idx = selectionModel()->selectedIndexes().first();
    QIcon icon = idx.data(Qt::DecorationRole).value<QIcon>();
    d->draggedRow = idx.row();
    drag->setPixmap(icon.pixmap(IconSize(KIconLoader::Desktop)));

    d->dropRect = QRect();
    drag->exec();
}

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[prev in list] [next in list] [prev in thread] [next in thread] 

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