mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
FIX(a11y): Introduce accessibility source files
This commit is contained in:
parent
c996ca94b8
commit
ce4178691d
6
src/mumble/Accessibility.cpp
Normal file
6
src/mumble/Accessibility.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
// Copyright 2024 The Mumble Developers. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license
|
||||
// that can be found in the LICENSE file at the root of the
|
||||
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
|
||||
|
||||
#include "Accessiblity.h"
|
||||
13
src/mumble/Accessibility.h
Normal file
13
src/mumble/Accessibility.h
Normal file
@ -0,0 +1,13 @@
|
||||
// Copyright 2024 The Mumble Developers. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license
|
||||
// that can be found in the LICENSE file at the root of the
|
||||
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
|
||||
|
||||
#ifndef MUMBLE_MUMBLE_ACCESSIBILITY_H_
|
||||
#define MUMBLE_MUMBLE_ACCESSIBILITY_H_
|
||||
|
||||
namespace Mumble {
|
||||
namespace Accessibility {} // namespace Accessibility
|
||||
} // namespace Mumble
|
||||
|
||||
#endif // MUMBLE_MUMBLE_ACCESSIBILITY_H_
|
||||
@ -85,6 +85,8 @@ find_pkg(Qt5
|
||||
set(MUMBLE_SOURCES
|
||||
"About.cpp"
|
||||
"About.h"
|
||||
"Accessibility.cpp"
|
||||
"Accessibility.h"
|
||||
"ACLEditor.cpp"
|
||||
"ACLEditor.h"
|
||||
"ACLEditor.ui"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user