Bunch of renames to reduce confusion.

This commit is contained in:
eelke 2019-01-31 19:31:17 +01:00
parent cbb2f897aa
commit be2ffd7ef9
15 changed files with 184 additions and 184 deletions

View file

@ -4,7 +4,7 @@
#include "plugin_support/IPluginContentWidgetContext.h"
#include <QList>
class LWidgetAction;
class LContextAction;
class QToolBar;
class QAction;
@ -20,7 +20,7 @@ private:
/// List of actions specifically created for this widget from the widgetAction list of the module.
QList<QAction *> m_widgetActions;
QAction *createAction(const LWidgetAction &wa, PluginContentWidget *widget);
QAction *createAction(const LContextAction &wa, PluginContentWidget *widget);
};
/// Provides base implementation of IPluginContentWidgetContext