Page MenuHomePhabricator (Chris)

main.cpp
No OneTemporary

Authored By
Unknown
Size
279 B
Referenced Files
None
Subscribers
None

main.cpp

/*
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

Mime Type
text/x-c
Expires
Sun, Aug 16, 3:37 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
77367
Default Alt Text
main.cpp (279 B)

Event Timeline