mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 00:27:06 +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_APP_CONTROLLER_H
|
||||
#define BRIDGE_QT6_APP_CONTROLLER_H
|
||||
#ifndef BRIDGE_GUI_APP_CONTROLLER_H
|
||||
#define BRIDGE_GUI_APP_CONTROLLER_H
|
||||
|
||||
|
||||
class QMLBackend;
|
||||
@ -60,4 +60,4 @@ private: // data members
|
||||
AppController& app(); ///< Return a reference to the app controller.
|
||||
|
||||
|
||||
#endif // BRIDGE_QT6_APP_CONTROLLER_H
|
||||
#endif // BRIDGE_GUI_APP_CONTROLLER_H
|
||||
|
||||
Reference in New Issue
Block a user