- Fix check which was supposed to prevent sending same record to different checkers
- Remove some dead code in Actions.hs
#include <QtGui/QApplication>
#include "mainwindow.h"
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}