HedgeEditor: Make all hog and team names translatable and export them properly
Uses the new loc_noop from Locale
#include <QApplication>
#include "mainform.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
MyWindow *mainWin = new MyWindow;
mainWin->show();
return app.exec();
}