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

#pragma once

#include <QMenuBar>

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