SecretService 0.13.2d47dfe
SecretService is base back end library for your c++ Qt projects.
main.cpp
Go to the documentation of this file.
1//#
2//# Copyright (C) 2024-2024 QuasarApp.
3//# Distributed under the GPLv3 software license, see the accompanying
4//# Everyone is permitted to copy and distribute verbatim copies
5//# of this license document, but changing it is not allowed.
6//#
7
8#include <secretservice.h>
9
10int main(int argc, char *argv[]) {
11
12 QCoreApplication::setApplicationName("QASecret");
13 QCoreApplication::setOrganizationName("QuasarApp");
14
15 SecretService service(argc, argv);
16
17 return service.exec();
18}
The SecretService class main class.
int main(int argc, char *argv[])
Definition main.cpp:15