forked from qt-creator/qt-creator
app_version.h: Make IDE name configurable
Change-Id: I993f452c8d09cf89e9a2958fc8e36b7d2c17ee6f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Eike Ziller
parent
ca959d8063
commit
4ef01c961e
@@ -43,6 +43,9 @@
|
||||
#include <QToolButton>
|
||||
|
||||
#include <aggregation/aggregate.h>
|
||||
|
||||
#include <app/app_version.h>
|
||||
|
||||
#include <coreplugin/findplaceholder.h>
|
||||
#include <coreplugin/minisplitter.h>
|
||||
#include <coreplugin/find/basetextfind.h>
|
||||
@@ -432,12 +435,13 @@ LogWindow::LogWindow(QWidget *parent)
|
||||
showOutput(LogWarning,
|
||||
tr("Note: This log contains possibly confidential information about your machine, "
|
||||
"environment variables, in-memory data of the processes you are debugging, and more. "
|
||||
"It is never transferred over the internet by Qt Creator, and only stored "
|
||||
"It is never transferred over the internet by %1, and only stored "
|
||||
"to disk if you manually use the respective option from the context menu, or through "
|
||||
"mechanisms that are not under Qt Creator's control, for instance in swap files.\n"
|
||||
"mechanisms that are not under the control of %1, for instance in swap files.\n"
|
||||
"You may be asked to share the contents of this log when reporting bugs related "
|
||||
"to debugger operation. In this case, make sure your submission does not "
|
||||
"contain data you do not want to or you are not allowed to share.\n\n"));
|
||||
"contain data you do not want to or you are not allowed to share.\n\n")
|
||||
.arg(Core::Constants::IDE_DISPLAY_NAME));
|
||||
}
|
||||
|
||||
void LogWindow::executeLine()
|
||||
|
||||
Reference in New Issue
Block a user