mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 15:46:44 +00:00
Other: C++ code cleanup
This commit is contained in:
@ -16,8 +16,8 @@
|
||||
// along with Proton Mail Bridge. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
#ifndef BRIDGE_QT6_QMLBACKEND_H
|
||||
#define BRIDGE_QT6_QMLBACKEND_H
|
||||
#ifndef BRIDGE_GUI_QMLBACKEND_H
|
||||
#define BRIDGE_GUI_QMLBACKEND_H
|
||||
|
||||
|
||||
#include <grpcpp/support/status.h>
|
||||
@ -221,4 +221,4 @@ private: // data members
|
||||
};
|
||||
|
||||
|
||||
#endif // BRIDGE_QT6_QMLBACKEND_H
|
||||
#endif // BRIDGE_GUI_QMLBACKEND_H
|
||||
|
||||
Reference in New Issue
Block a user