summary refs log tree commit diff
path: root/src/emoji/MacHelper.h
blob: b3e2e6314f541892e7d8352441fb31f2c469c160 (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();
};