Remove unused "suppressed" property from navigation widget

Change-Id: I7e94b258991b9211156c75a4475b468b585b00f5
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Eike Ziller
2017-04-20 11:30:06 +02:00
parent 1050c8605c
commit 5b3ed3f9cb
3 changed files with 3 additions and 29 deletions

View File

@@ -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);