mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 11:28:49 +03:00
1b7816f7ca
fixes #79
10 lines
142 B
C++
10 lines
142 B
C++
#pragma once
|
|
|
|
#include <QMenuBar>
|
|
|
|
class MacHelper
|
|
{
|
|
public:
|
|
static void showEmojiWindow();
|
|
static void initializeMenus();
|
|
};
|