| 1001 | } |
| 1002 | |
| 1003 | void PopupMenu(QMenu* menu, const QPoint& point, QAction* at_action) |
| 1004 | { |
| 1005 | // The qminimal plugin does not provide window system integration. |
| 1006 | if (QApplication::platformName() == "minimal") return; |
| 1007 | menu->popup(point, at_action); |
| 1008 | } |
| 1009 | |
| 1010 | QDateTime StartOfDay(const QDate& date) |
| 1011 | { |
no outgoing calls
no test coverage detected