forked from quickshell/quickshell
core/ipc: add ipc server/client
Currently can only kill a remote instance.
This commit is contained in:
parent
13b6eeaa22
commit
da043e092a
14 changed files with 710 additions and 120 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <qtclasshelpermacros.h>
|
||||
|
||||
#include "../core/crashinfo.hpp"
|
||||
#include "../core/instanceinfo.hpp"
|
||||
namespace qs::crash {
|
||||
|
||||
struct CrashHandlerPrivate;
|
||||
|
@ -14,7 +14,7 @@ public:
|
|||
Q_DISABLE_COPY_MOVE(CrashHandler);
|
||||
|
||||
void init();
|
||||
void setInstanceInfo(const InstanceInfo& info);
|
||||
void setInstanceInfo(const RelaunchInfo& info);
|
||||
|
||||
private:
|
||||
CrashHandlerPrivate* d;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue