Set properties for native eol style and the "Rev" keyword.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2464 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-05-22 17:09:48 +00:00
parent 29c0fd1ddb
commit c4a1997191
122 changed files with 13394 additions and 13394 deletions
+11 -11
View File
@@ -1,11 +1,11 @@
#include <QtGui>
#include <QtGui/QApplication>
#include "mainwindow.h"
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}
#include <QtGui>
#include <QtGui/QApplication>
#include "mainwindow.h"
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}