![]() |
Miam-Player
0.8.0
A nice music player
|
#include <QApplication>
#include <QSharedMemory>
#include "mainwindow.h"
#include <settingsprivate.h>
#include "styling/miamstyle.h"
#include <plugininfo.h>
#include <qtsingleapplication/QtSingleApplication>
#include "debug/logbrowser.h"
#include <QPointer>
Macros | |
#define | COMPANY "MmeMiamMiam" |
#define | SOFT "MiamPlayer" |
#define | VERSION "0.8.1" |
Functions | |
void | debugOutput (QtMsgType type, const QMessageLogContext &, const QString &msg) |
int | main (int argc, char *argv[]) |
Variables | |
QPointer< LogBrowser > | logBrowser |
#define COMPANY "MmeMiamMiam" |
#define SOFT "MiamPlayer" |
#define VERSION "0.8.1" |
void debugOutput | ( | QtMsgType | type, |
const QMessageLogContext & | , | ||
const QString & | msg | ||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
QPointer<LogBrowser> logBrowser |