Advertisement
Dmitriiiiiqiq

Untitled

Mar 24th, 2023
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. onClicked: {
  2. pokerFormsManager.showTournamentLobby( myTournamentsListView.model.at(index).tournamentId, myTournamentsListView );
  3. // {
  4. // console.log( "**** Tournaments List: row double clicked!" );
  5.  
  6. // const callback = function( tournamentId ) {
  7. // if( selectedTournamentInfoModel && selectedTournamentInfoModel.tournamentId === tournamentId ) {
  8. // pokerFormsManager.showTournamentLobby( tournamentId, myTournamentsListView );
  9. // }
  10. // }
  11.  
  12. // if( selectedTournamentInfoModel )
  13. // commonTournamentsFormModel.requestLobbyTournamentInfo( selectedTournamentInfoModel.tournamentId, callback );
  14. // }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement