Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
13
third-party/vendor/ttf-parser-0.15.2/testing-tools/font-view/main.cpp
vendored
Normal file
13
third-party/vendor/ttf-parser-0.15.2/testing-tools/font-view/main.cpp
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#include <QApplication>
|
||||
|
||||
#include "mainwindow.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
|
||||
MainWindow w;
|
||||
w.show();
|
||||
|
||||
return a.exec();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue