mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Parsing X Reference table
This commit is contained in:
12
PdfForQtViewer/main.cpp
Normal file
12
PdfForQtViewer/main.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
#include "pdfviewermainwindow.h"
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
pdfviewer::PDFViewerMainWindow w;
|
||||
w.show();
|
||||
|
||||
return a.exec();
|
||||
}
|
Reference in New Issue
Block a user