mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-12 06:37:09 +00:00
14 lines
177 B
QML
14 lines
177 B
QML
|
import QtQuick 2.13
|
||
|
import QtMultimedia 5.13
|
||
|
|
||
|
Audio {
|
||
|
id: errorSound
|
||
|
source: "./error.mp3"
|
||
|
}
|
||
|
|
||
|
/*##^##
|
||
|
Designer {
|
||
|
D{i:0;autoSize:true;height:480;width:640}
|
||
|
}
|
||
|
##^##*/
|