Clementine-audio-player-Mac.../src/core/mac_startup.h

17 lines
267 B
C++

#ifndef MAC_STARTUP_H
#define MAC_STARTUP_H
class GlobalShortcuts;
class QObject;
namespace mac {
void MacMain();
void SetShortcutHandler(GlobalShortcuts* handler);
void SetApplicationHandler(QObject* handler);
void CheckForUpdates();
} // namespace mac
#endif