#include <windows.h>
#include <tchar.h>
#include <QApplication>
#include <QtMessageHandler>
#include "macro.h"
#include "editor/editorwindow.h"
#include "editor/logwindow/logwindow.h"
Go to the source code of this file.
|
void | myMessageOutput (QtMsgType type, const QMessageLogContext &context, const QString &msg) |
|
int | main (int argc, char *argv[]) |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
void myMessageOutput |
( |
QtMsgType |
type, |
|
|
const QMessageLogContext & |
context, |
|
|
const QString & |
msg |
|
) |
| |
QtMessageHandler logWindowMessageHandler |
QtMessageHandler mainMessageHandler |