@@ -20,18 +20,12 @@
#include "mainwindow.h"
#include <QApplication>
#include <QtGlobal>
#include "version.h"
// TEST CODE
#include "framebuffer.h"
// #include <QtDebug>
#include <qwt_plot.h>
#include <qwt_plot_curve.h>
MainWindow* pMainWindow;
void messageHandler(QtMsgType type, const QMessageLogContext &context,
const QString &msg)
{
// TODO: don't call MainWindow::messageHandler if window is destroyed
Status change: