Home
last modified time | relevance | path

Searched refs:getGamesModel (Results 1 – 3 of 3) sorted by relevance

/dports/misc/orion/orion-1.6.7-12-gec8400c/src/model/
H A Dchannelmanager.h78 GameListModel *getGamesModel() const;
H A Dchannelmanager.cpp185 GameListModel *ChannelManager::getGamesModel() const in getGamesModel() function in ChannelManager
/dports/misc/orion/orion-1.6.7-12-gec8400c/src/
H A Dmain.cpp264 rootContext->setContextProperty("g_games", ChannelManager::getInstance()->getGamesModel()); in main()