Changed links to bugtracker to https

Change-Id: I62aa9a4033399ee7fc0b55952613657f124c8fb9
Reviewed-on: http://codereview.qt.nokia.com/2791
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
Robert Loehning
2011-08-09 17:32:46 +02:00
committed by Robert Löhning
parent 88ffd77785
commit 476338a6d2
15 changed files with 29 additions and 29 deletions

View File

@@ -206,7 +206,7 @@ QModelIndex DataModel::indexForObject(const Function *function) const
}
/**
* Evil workaround for http://bugreports.qt.nokia.com/browse/QTBUG-1135
* Evil workaround for https://bugreports.qt.nokia.com/browse/QTBUG-1135
* Just replace the bad hyphens by a 'NON-BREAKING HYPHEN' unicode char
*/
static QString noWrap(const QString &str)

View File

@@ -821,7 +821,7 @@ QWidget *CallgrindToolPrivate::createWidgets()
m_filterProjectCosts = action;
// filter
///FIXME: find workaround for http://bugreports.qt.nokia.com/browse/QTCREATORBUG-3247
///FIXME: find workaround for https://bugreports.qt.nokia.com/browse/QTCREATORBUG-3247
QLineEdit *filter = new QLineEdit;
filter->setPlaceholderText(tr("Filter..."));
connect(filter, SIGNAL(textChanged(QString)), m_updateTimer, SLOT(start()));

View File

@@ -56,7 +56,7 @@
// Margin from hardcoded value in:
// QGraphicsView::fitInView(const QRectF &rect,
// Qt::AspectRatioMode aspectRatioMode)
// Bug report here: http://bugreports.qt.nokia.com/browse/QTBUG-11945
// Bug report here: https://bugreports.qt.nokia.com/browse/QTBUG-11945
static const int FIT_IN_VIEW_MARGIN = 2;
using namespace Valgrind::Callgrind;

View File

@@ -39,7 +39,7 @@ QT_BEGIN_NAMESPACE
class QPalette;
QT_END_NAMESPACE
///FIXME: remove this once http://bugreports.qt.nokia.com/browse/QTCREATORBUG-3247 gets fixed
///FIXME: remove this once https://bugreports.qt.nokia.com/browse/QTCREATORBUG-3247 gets fixed
QPalette panelPalette(const QPalette &oldPalette, bool lightColored = false);
#endif // WORKAROUNDS_H