Created a scaffold for Linux installation

This commit is contained in:
aiamnezia 2024-11-28 11:36:50 +04:00
parent a71ca29b2f
commit efdd47a63d
4 changed files with 16 additions and 5 deletions

View file

@ -34,5 +34,6 @@ class IpcInterface
SLOT( bool updateResolvers(const QString& ifname, const QList<QHostAddress>& resolvers) );
SLOT( int mountDmg(const QString &path, bool mount) );
SLOT (int installApp(const QString &path));
};