Bunch of renames to reduce confusion.
This commit is contained in:
parent
cbb2f897aa
commit
be2ffd7ef9
15 changed files with 184 additions and 184 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue