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

11 lines
122 B
QML

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