linphone-desktop/tests/ui/modules/Linphone/Notifications/CallNotification.qml
Ronan Abhamon cf6eecbdb5 unstable
2016-11-15 17:49:14 +01:00

12 lines
123 B
QML

import QtQuick 2.7
import Common 1.0
DesktopPopup {
Rectangle {
color: 'red'
width: 200
height: 100
}
}