NavigationWidget: Move statics outside of class

Change-Id: Ibbdb867b52eff75000fbdbc5e15694ab5b5f5646
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Jarek Kobus
2024-01-10 23:51:10 +01:00
parent d8663701ab
commit b653dc3e80
2 changed files with 39 additions and 49 deletions

View File

@@ -80,7 +80,6 @@ public:
bool isShown() const;
void setShown(bool b);
static NavigationWidget *instance(Side side);
static QWidget *activateSubWidget(Utils::Id factoryId, Side fallbackSide);
int storedWidth();