11 lines
261 B
QML
11 lines
261 B
QML
|
import QtQuick 2.15
|
||
|
|
||
|
// Required mock of: src/app/modules/main/wallet_section/overview/view.nim
|
||
|
|
||
|
Item {
|
||
|
readonly property string contextPropertyName: "walletSectionOverview"
|
||
|
|
||
|
//
|
||
|
// Silence warnings
|
||
|
readonly property string mixedcaseAddress: ""
|
||
|
}
|