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 <QMainWindow>
|
||||
|
||||
class IPluginContentWidgetContext;
|
||||
class MenuAction;
|
||||
class StaticAction;
|
||||
class PluginContentWidget;
|
||||
|
||||
namespace LMainWindow_details {
|
||||
|
|
@ -46,7 +46,7 @@ private:
|
|||
PluginContentWidget *m_previousPage = nullptr; ///< tracks which pages buttons were previously being displayed
|
||||
|
||||
void createActions();
|
||||
void addMenuAction(const MenuAction &ma);
|
||||
void addMenuAction(const StaticAction &ma);
|
||||
|
||||
private slots:
|
||||
void actionClose_triggered();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue