mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
default to OfonoWrapperUbuntu
This commit is contained in:
parent
b01da75aa1
commit
b4823d8c7b
2 changed files with 3 additions and 6 deletions
|
|
@ -42,7 +42,7 @@ Item {
|
|||
property int duration: callManager.foregroundCall ? callManager.foregroundCall.elapsedTime : 0
|
||||
|
||||
//microphone muted?
|
||||
property alias isMicrophoneMuted: callManager.muted
|
||||
property bool isMicrophoneMuted: callManager.muted
|
||||
//END PROPERTIES
|
||||
|
||||
//BEGIN SIGNAL HANDLERS
|
||||
|
|
@ -114,6 +114,7 @@ Item {
|
|||
property int previousStatus
|
||||
|
||||
onCallsChanged: {
|
||||
print("AAA")
|
||||
//STATUS_INCOMING
|
||||
if (callManager.foregroundCall.ringing || callManager.foregroundCall.incoming) {
|
||||
wasVisible = root.visible;
|
||||
|
|
@ -145,10 +146,6 @@ Item {
|
|||
|
||||
previousStatus = root.status;
|
||||
}
|
||||
|
||||
onError: {
|
||||
console.log('*** QML *** VCM ERROR: ' + message);
|
||||
}
|
||||
}
|
||||
|
||||
//END MODELS
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ ApplicationWindow {
|
|||
id: historyModel
|
||||
}
|
||||
|
||||
OfonoWrapper {
|
||||
OfonoWrapperUbuntu {
|
||||
id: ofonoWrapper
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue