Cdb: Remove the symbol path dialog popup.

When setting up a symbol server path, the debugger startup could
increase to an unacceptable amount of time. So this is an attempt to
hide this feature for the standard user, but still keep it accessible
for everyone else.

Change-Id: I719f3091fe483f446488c75001e29278e1b405ea
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
David Schulz
2015-06-23 07:42:26 +02:00
parent 3d78ec69bb
commit abf2a634a0
6 changed files with 40 additions and 95 deletions

View File

@@ -547,10 +547,6 @@ void CdbEngine::setupEngine()
{
if (debug)
qDebug(">setupEngine");
// Nag to add symbol server and cache
QStringList symbolPaths = stringListSetting(CdbSymbolPaths);
if (CdbSymbolPathListEditor::promptToAddSymbolPaths(&symbolPaths))
action(CdbSymbolPaths)->setValue(symbolPaths);
init();
if (!m_logTime.elapsed())