PonyPlayer
main.cpp 文件参考
#include <QGuiApplication>
#include <QQmlApplicationEngine>
#include <QCoreApplication>
#include <QQmlContext>
#include "utils/include/logger.h"
#include "players.h"
#include "controller.h"
#include "playlist.h"
#include "wave/wave.hpp"
#include "hotloader.hpp"
#include "lyrics.h"
#include "crashreporter.hpp"
#include <csignal>

命名空间

namespace  PonyPlayer
 

函数

int PonyPlayer::reportErrorMain (int argc, char *argv[])
 
void PonyPlayer::startReporterProcess (const std::string &message)
 
void PonyPlayer::signalHandler (int signum)
 
int main (int argc, char *argv[])
 

变量

QStringList PonyPlayer::programArguments
 

函数说明

◆ main()

int main ( int  argc,
char *  argv[] 
)