Ignore:
Timestamp:
Dec 28, 2009, 2:50:23 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: A bunch of updates to the DND code (the drop site party).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qmime_pm.cpp

    r441 r442  
    743743}
    744744
    745 void QPMMime::DefaultDropWorker::cleanup(bool isAccepted, bool isActAccepted)
     745void QPMMime::DefaultDropWorker::cleanup(bool isAccepted)
    746746{
    747747    if (d->eventLoop.isRunning()) {
     
    13061306{
    13071307    WinDeleteAtom(WinQuerySystemAtomTable(), mimeId);
     1308}
     1309
     1310/*!
     1311    Returns a list of all currently defined QPMMime objects.
     1312*/
     1313// static
     1314QList<QPMMime*> QPMMime::all()
     1315{
     1316    return theMimeList()->mimes();
    13081317}
    13091318
Note: See TracChangeset for help on using the changeset viewer.