|
Wavelength
Privacy-focused, cross-platform, and open-source communication application
|
#include <QObject>#include <QPointF>#include <QSizeF>#include <QString>#include <QLocalSocket>#include <QLocalServer>#include <QMutex>#include <QPropertyAnimation>#include <QTimer>#include <thread>Go to the source code of this file.
Classes | |
| class | AppInstanceManager |
| Manages communication and interaction between multiple instances of the application. More... | |
| struct | InstanceInfo |
| Structure holding information about a connected application instance. More... | |