mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(About): clean useless code
This commit is contained in:
parent
899df2bfc0
commit
806658cd97
1 changed files with 0 additions and 11 deletions
|
|
@ -2,7 +2,6 @@ import QtQuick 2.7
|
|||
import QtQuick.Layouts 1.3
|
||||
|
||||
import Common 1.0
|
||||
import Konami 1.0
|
||||
import Linphone 1.0
|
||||
|
||||
import App.Styles 1.0
|
||||
|
|
@ -37,16 +36,6 @@ DialogPlus {
|
|||
Icon {
|
||||
icon: 'app_logo'
|
||||
iconSize: parent.height
|
||||
|
||||
Konami {
|
||||
anchors.fill: parent
|
||||
onTriggered: console.log('TODO')
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
onClicked: parent.focus = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Column {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue