Work on plugin mechanism

Context actions have become normal actions in the pluginwidget so the widget knows abot them and
can easily do things like enable/disable.
This commit is contained in:
eelke 2019-02-08 10:10:11 +01:00
parent eca8841427
commit a704332342
24 changed files with 239 additions and 267 deletions

View file

@ -91,7 +91,7 @@ PropertyProxyModel.cpp \
QueryToolModule.cpp \
CatalogInspector.cpp \
plugin_support/StaticAction.cpp \
plugin_support/LContextAction.cpp
plugin_support/LMainMenu.cpp
HEADERS += \
QueryResultModel.h \
@ -162,7 +162,7 @@ CustomDataRole.h \
QueryToolModule.h \
CatalogInspector.h \
plugin_support/StaticAction.h \
plugin_support/LContextAction.h
plugin_support/LMainMenu.h
FORMS += \
ConnectionManagerWindow.ui \