DatabaseWindow has no knowledge more of the existence of QueryTab but user can still create and use them within that window.

This commit is contained in:
eelke 2019-01-05 11:12:47 +01:00
parent fd603a7434
commit d0c4dabe8b
8 changed files with 327 additions and 451 deletions

View file

@ -120,6 +120,7 @@ public:
void init() override;
void menuAction_new(IPluginContentWidgetContext* context);
void menuAction_open(IPluginContentWidgetContext* context);
private slots:
};