forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.6'
Conflicts: dist/gdb/Makefile.osx src/libs/qmldebug/qmldebug.qbs src/plugins/android/androidsettingswidget.cpp Change-Id: I85627130b575f7d08f416dea52031fa72019b217
This commit is contained in:
@@ -60,8 +60,8 @@ QVariant SourceFilesHandler::headerData(int section,
|
||||
{
|
||||
if (orientation == Qt::Horizontal && role == Qt::DisplayRole) {
|
||||
static QString headers[] = {
|
||||
tr("Internal name") + QLatin1String(" "),
|
||||
tr("Full name") + QLatin1String(" "),
|
||||
tr("Internal Name") + QLatin1String(" "),
|
||||
tr("Full Name") + QLatin1String(" "),
|
||||
};
|
||||
return headers[section];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user