ATBUpdateTool/SyncTariffs/main.cpp

15 lines
253 B
C++
Raw Normal View History

2025-01-09 15:22:10 +01:00
#include <QtGlobal>
#include <QCoreApplication>
#include <QByteArray>
#include <QProcess>
#include <QCommandLineParser>
#include <QStandardPaths>
#include <QSettings>
#include <QDir>
#include <QDebug>
int main(int argc, char **argv) {
return 0;
}