Mainwindow: Remove code commented out since 2008

Change-Id: Idab2836dc2a0c41c9feffd52a6c0d66846c1be2f
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Tobias Hunger
2013-09-03 12:05:39 +02:00
committed by hjk
parent 267e441af4
commit 451637a697

View File

@@ -100,16 +100,6 @@
#include <QPushButton>
#include <QStyleFactory>
/*
#include <signal.h>
extern "C" void handleSigInt(int sig)
{
Q_UNUSED(sig)
Core::ICore::exit();
qDebug() << "SIGINT caught. Shutting down.";
}
*/
using namespace Core;
using namespace Core::Internal;