~lukas-kde/unity8/defaultKeymap

« back to all changes in this revision

Viewing changes to plugins/Utils/globalfunctions.cpp

  • Committer: Lukáš Tinkl
  • Date: 2016-12-15 16:48:20 UTC
  • mfrom: (2608.8.73 unity8)
  • Revision ID: lukas.tinkl@canonical.com-20161215164820-4dkqt89x3n3f12tr
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    }
52
52
    return nullptr;
53
53
}
 
54
 
 
55
bool GlobalFunctions::itemUnderMouse(QQuickItem* item)
 
56
{
 
57
    return item && item->isUnderMouse();
 
58
}