mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 18:09:59 +03:00
NOISSUE Add basic accessibility support to GroupView
This commit is contained in:
parent
3b32730526
commit
d6c6653872
11 changed files with 934 additions and 2 deletions
|
|
@ -2,6 +2,10 @@
|
|||
#include "BuildConfig.h"
|
||||
#include "MainWindow.h"
|
||||
#include "InstanceWindow.h"
|
||||
|
||||
#include "groupview/AccessibleGroupView.h"
|
||||
#include <QAccessible>
|
||||
|
||||
#include "pages/BasePageProvider.h"
|
||||
#include "pages/global/MultiMCPage.h"
|
||||
#include "pages/global/MinecraftPage.h"
|
||||
|
|
@ -531,6 +535,8 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
|
|||
qDebug() << "<> Settings loaded.";
|
||||
}
|
||||
|
||||
QAccessible::installFactory(groupViewAccessibleFactory);
|
||||
|
||||
// load translations
|
||||
{
|
||||
m_translations.reset(new TranslationsModel("translations"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue