mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
Other: C++ Code reformat.
This commit is contained in:
@ -21,6 +21,8 @@
|
||||
|
||||
|
||||
class MainWindow;
|
||||
|
||||
|
||||
class GRPCService;
|
||||
namespace grpc { class StreamEvent; }
|
||||
namespace bridgepp { class Log; }
|
||||
@ -29,8 +31,7 @@ namespace bridgepp { class Log; }
|
||||
//**********************************************************************************************************************
|
||||
/// \brief Application controller class
|
||||
//**********************************************************************************************************************
|
||||
class AppController : public QObject
|
||||
{
|
||||
class AppController : public QObject {
|
||||
Q_OBJECT
|
||||
public: // member functions.
|
||||
friend AppController &app();
|
||||
|
||||
Reference in New Issue
Block a user