TitleBar: these 4 getters are only for development mode

This commit is contained in:
Sergio Martins
2020-11-23 20:22:14 +00:00
parent 77016a619f
commit 6a90a5125f
5 changed files with 13 additions and 2 deletions

View File

@@ -50,11 +50,13 @@ protected:
void updateMinimizeButton() override;
void updateAutoHideButton() override;
#ifdef DOCKS_DEVELOPER_MODE
// The following are needed for the unit-tests
bool isCloseButtonVisible() const override;
bool isCloseButtonEnabled() const override;
bool isFloatButtonVisible() const override;
bool isFloatButtonEnabled() const override;
#endif
private:
void init();