mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
lrdview has been added
This commit is contained in:
12
lrdview/main.cpp
Normal file
12
lrdview/main.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "MainWindow.h"
|
||||
#include <QApplication>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
//QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8"));
|
||||
MainWindow w;
|
||||
w.show();
|
||||
|
||||
return a.exec();
|
||||
}
|
||||
Reference in New Issue
Block a user