From 3ef1fdee3a8f698cea243c86f4747a4060eb1763 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 31 Mar 2018 18:23:30 +0200 Subject: Implement archive movies for FSWidget Mimic the old behavior, but make the Wizard local to FSWidget. It's only called from there, so no need to make it global. --- smglobals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smglobals.h') diff --git a/smglobals.h b/smglobals.h index 7cc332f..0ac20ac 100644 --- a/smglobals.h +++ b/smglobals.h @@ -42,8 +42,8 @@ class SmGlobals : public QObject { QIcon iconFor(const QString &type); const QHash & icons() const { return mIcons; } QHash filetypeMap() const { return mFiletypeMap; } - QHash registeredWidgets() { return mWidgets; } void registerWidget(const QString &name, QWidget *w); + QWidget *getRegisteredWidget(const QString &name); QStringList reencReasons() const { return mReencReasons; } void setReencReasons(const QStringList reasons); -- cgit v1.2.3-70-g09d2