Searched refs:cat_selection (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/plasmamule/
H A Dplasmamule-engine-feeder.cpp51 QAction *cat_selection = menu->exec(QCursor::pos()); local
52 if (cat_selection)
56 sendLinkToEngine (argv[i], cat_names.indexOf(cat_selection->text()), 0, 0);
H A Dplasma-applet-plasmamule.cpp389 QAction *cat_selection = menu->exec(QCursor::pos()); local
390 if (cat_selection)
392 sendLinkToEngine (event->mimeData()->text(), m_catNames.indexOf(cat_selection->text()), this, m_debugChannel);

Completed in 48 milliseconds