forked from qt-creator/qt-creator
Debugger: Re-enable Moduleshandler context menu also below entries
Change-Id: I2e8cb9289770b46145de0850d15b4124aa5a1536 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -110,7 +110,7 @@ typedef QVector<Module> Modules;
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////
|
||||
|
||||
using ModulesModel = Utils::TreeModel<Utils::TypedTreeItem<ModuleItem>, ModuleItem>;
|
||||
class ModulesModel;
|
||||
|
||||
class ModulesHandler : public QObject
|
||||
{
|
||||
@@ -133,7 +133,6 @@ public:
|
||||
private:
|
||||
ModuleItem *moduleFromPath(const QString &modulePath) const;
|
||||
|
||||
DebuggerEngine *m_engine;
|
||||
ModulesModel *m_model;
|
||||
QSortFilterProxyModel *m_proxyModel;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user