forked from qt-creator/qt-creator
Mainwindow: Remove code commented out since 2008
Change-Id: Idab2836dc2a0c41c9feffd52a6c0d66846c1be2f Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user