summary refs log tree commit diff
path: root/src/emoji/MacHelper.h
blob: 8de16c12c1b07a44739d8c8030478e25c0151284 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-FileCopyrightText: 2021 Nheko Contributors
// SPDX-FileCopyrightText: 2022 Nheko Contributors
// SPDX-FileCopyrightText: 2023 Nheko Contributors
//
// SPDX-License-Identifier: GPL-3.0-or-later

#pragma once

#include <QMenuBar>

class MacHelper
{
public:
    static void showEmojiWindow();
    static void initializeMenus();
};