mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-22 18:16:43 +00:00
Other: introduced bridgepp static C++ library.
This commit is contained in:
@ -21,13 +21,13 @@
|
||||
#define BRIDGE_GUI_BRIDGE_MONITOR_H
|
||||
|
||||
|
||||
#include "Worker/Worker.h"
|
||||
#include <bridgepp/Worker/Worker.h>
|
||||
|
||||
|
||||
//**********************************************************************************************************************
|
||||
/// \brief Bridge process launcher and monitor class.
|
||||
//**********************************************************************************************************************
|
||||
class BridgeMonitor: public Worker
|
||||
class BridgeMonitor: public bridgepp::Worker
|
||||
{
|
||||
Q_OBJECT
|
||||
public: // static member functions
|
||||
|
||||
Reference in New Issue
Block a user