Other: C++ code cleanup

This commit is contained in:
Xavier Michelon
2022-07-25 15:50:20 +02:00
committed by Jakub
parent 055829dcf8
commit 62a589b6ad
14 changed files with 64 additions and 39 deletions

View File

@ -16,12 +16,12 @@
// along with Proton Mail Bridge. If not, see <https://www.gnu.org/licenses/>.
#ifndef BRIDGE_QT6_DOCK_ICON_H
#define BRIDGE_QT6_DOCK_ICON_H
#ifndef BRIDGE_GUI_DOCK_ICON_H
#define BRIDGE_GUI_DOCK_ICON_H
void setDockIconVisibleState(bool visible); ///< Set the DOCK icon visibility state
bool getDockIconVisibleState(); ///< Get the Dock icon visibility state
#endif // #ifndef BRIDGE_QT6_DOCK_ICON_H
#endif // #ifndef BRIDGE_GUI_DOCK_ICON_H