forked from qt-creator/qt-creator
Remove unused "suppressed" property from navigation widget
Change-Id: I7e94b258991b9211156c75a4475b468b585b00f5 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -95,9 +95,6 @@ public:
|
||||
bool isShown() const;
|
||||
void setShown(bool b);
|
||||
|
||||
bool isSuppressed() const;
|
||||
void setSuppressed(bool b);
|
||||
|
||||
static NavigationWidget *instance(Side side);
|
||||
static QWidget *activateSubWidget(Id factoryId, Side fallbackSide);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user