mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 08:37:06 +00:00
Other: C++ code cleanup
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user