Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F145183
main.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
279 B
Referenced Files
None
Subscribers
None
main.cpp
View Options
/*
SPDX-FileCopyrightText: 2021 barcoder team <dpkg@chris-nz.com>
SPDX-License-Identifier: MIT
*/
#include
"mainwindow.h"
#include
<QApplication>
int
main
(
int
argc
,
char
*
argv
[])
{
QApplication
a
(
argc
,
argv
);
MainWindow
w
;
w
.
show
();
return
a
.
exec
();
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sun, Aug 16, 3:37 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
77367
Default Alt Text
main.cpp (279 B)
Attached To
Mode
R4 barcoder
Attached
Detach File
Event Timeline