ATBTariffCalculator/Utilities/main.cpp

10 lines
113 B
C++
Raw Normal View History

2024-03-01 13:38:12 +01:00
#include <QtGlobal>
int main(int argc, char **argv) {
Q_UNUSED(argc);
Q_UNUSED(argv);
return 0;
}