Changeset - a3aeb9c195e9
[Not reviewed]
default
0 1 0
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-10-04 04:54:12
hy@ozderya.net
removed dead code
1 file changed with 0 insertions and 6 deletions:
0 comments (0 inline, 0 general)
main.cpp
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)