Debugger: Re-enable Moduleshandler context menu also below entries

Change-Id: I2e8cb9289770b46145de0850d15b4124aa5a1536
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
hjk
2016-09-20 14:01:17 +02:00
committed by hjk
parent 8151a09fdc
commit 6d22c8dafb
2 changed files with 53 additions and 39 deletions

View File

@@ -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;
};