Skip to content

Commit

Permalink
fix deprecated syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Jun 14, 2024
1 parent 8f4f13a commit 26ac678
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions atomic_defi_design/Dex/Exchange/Trade/OrderBook/List.qml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,14 @@ Item

Connections {
target: API.app.trading_pg
onMarketModeChanged: {

function onMarketModeChanged: {
if (isAsk) quickscroll_timer.start()
}
onOrderbookChanged: {
function onOrderbookChanged: {
if (isAsk) quickscroll_timer.start()
}
onMarketPairsChanged: {
function onMarketPairsChanged: {
if (isAsk) quickscroll_timer.start()
}
}
Expand Down

0 comments on commit 26ac678

Please sign in to comment.