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:
@@ -1088,7 +1088,6 @@ public slots:
|
||||
QIcon locationMarkIcon() const { return m_locationMarkIcon; }
|
||||
|
||||
void openTextEditor(const QString &titlePattern0, const QString &contents);
|
||||
void clearCppCodeModelSnapshot();
|
||||
void showMessage(const QString &msg, int channel, int timeout = -1);
|
||||
|
||||
Utils::SavedAction *action(int code) const;
|
||||
@@ -2613,12 +2612,6 @@ void DebuggerPluginPrivate::openTextEditor(const QString &titlePattern0,
|
||||
EditorManager::activateEditor(editor, EditorManager::IgnoreNavigationHistory);
|
||||
}
|
||||
|
||||
|
||||
void DebuggerPluginPrivate::clearCppCodeModelSnapshot()
|
||||
{
|
||||
m_codeModelSnapshot = CPlusPlus::Snapshot();
|
||||
}
|
||||
|
||||
void DebuggerPluginPrivate::showMessage(const QString &msg, int channel, int timeout)
|
||||
{
|
||||
//qDebug() << "PLUGIN OUTPUT: " << channel << msg;
|
||||
|
||||
Reference in New Issue
Block a user