forked from qt-creator/qt-creator
Debugger: Remove 'Clear Code Model' context menu action
The use case of this action (introduced in 25ee70bb24) is unclear.
Change-Id: I5188d5c8c9b06c5e2663e2ddc4c89ef1e670d891
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -96,8 +96,6 @@ public:
|
||||
virtual DebuggerEngine *currentEngine() const = 0;
|
||||
virtual bool isActiveDebugLanguage(int language) const = 0;
|
||||
|
||||
virtual void clearCppCodeModelSnapshot() = 0;
|
||||
|
||||
// void runTest(const QString &fileName);
|
||||
virtual void showMessage(const QString &msg, int channel, int timeout = -1) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user