DownloadDCFirmware/main.cpp

9 lines
112 B
C++

#include <QtGlobal>
int main(int argc, char **argv) {
Q_UNUSED(argc);
Q_UNUSED(argv);
return 0;
}