forked from qt-creator/qt-creator
Fixes: debugger: remove misleading qt4macros path in preferences
This commit is contained in:
@@ -913,8 +913,9 @@ void DebuggerPlugin::readSettings()
|
||||
#if defined(Q_OS_WIN32)
|
||||
defaultCommand.append(".exe");
|
||||
#endif
|
||||
QString defaultScript = ICore::instance()->resourcePath() +
|
||||
QLatin1String("/gdb/qt4macros");
|
||||
//QString defaultScript = ICore::instance()->resourcePath() +
|
||||
// QLatin1String("/gdb/qt4macros");
|
||||
QString defaultScript;
|
||||
|
||||
s->beginGroup(QLatin1String("DebugMode"));
|
||||
QByteArray ba = s->value("State", QByteArray()).toByteArray();
|
||||
|
Reference in New Issue
Block a user