Searched refs:wantDragDrop (Results 1 – 1 of 1) sorted by relevance
1270 bool wantDragDrop = hitSelection; in createStrategy() local1271 …if (event->modifiers() & Qt::ControlModifier) wantDragDrop = false; // no drag&drop if Ctrl is p… in createStrategy()1274 if ((selRect.width() <= 1) && (selRect.height() <= 1)) wantDragDrop = false; in createStrategy()1275 if (selection()->referenceSelectionMode()) wantDragDrop = false; in createStrategy()1276 if (wantDragDrop) in createStrategy()