mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-18 03:48:09 +00:00
Add command parser and output modes (--verbose --qt-logs-only). Move static Logger to core as it is used from Qt and dispatch logs to the SDK thread. Update SDK to allow builds from MSVC 2022. |
||
|---|---|---|
| .. | ||
| README.md | ||
| singleapplication.cpp | ||
| singleapplication.h | ||
| singleapplication_p.cpp | ||
| singleapplication_p.h | ||
| SingleApplicationDBus.cpp | ||
| SingleApplicationDBusPrivate.hpp | ||
Coming from https://github.com/itay-grudev/SingleApplication
File format are kept from initial repository :
- singleapplication.cpp
- singleapplication.h
- singleapplication_p.cpp
- singleapplication_p.h
Support for Linux has been added with DBus.