linphone-desktop/tests/ui/modules/Linphone/Notifications/ReceivedMessageNotification.qml
Ronan Abhamon bd1b7e727e feat(app):
- supports message received notification
  - provide a way to test app focus
2017-01-03 16:57:50 +01:00

12 lines
186 B
QML

import QtQuick 2.7
// =============================================================================
Notification {
Rectangle {
color: 'red'
width: 200
height: 100
}
}