Example #1
0
        void GameDialog::OnGameSelected(GameSelectionCommand& command) {
            if (IsBeingDeleted()) return;

            gameSelected(command.gameName());
        }
Example #2
0
void GamesViewItem::mousePressEvent( QGraphicsSceneMouseEvent* /* event */ )
{
    emit gameSelected( m_index );
}