Home
last modified time | relevance | path

Searched refs:MenuSoundsPage (Results 1 – 2 of 2) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/ui/drivers/qt/
H A Dqt_options.h192 class MenuSoundsPage : public OptionsPage
196 MenuSoundsPage(QObject *parent = nullptr);
H A Dqt_options.cpp94 pages << new MenuSoundsPage(this); in pages()
161 MenuSoundsPage::MenuSoundsPage(QObject *parent) : in MenuSoundsPage() function in MenuSoundsPage
167 QWidget *MenuSoundsPage::widget() in widget()