forked from qt-creator/qt-creator
bugreports.qt.nokia.com -> bugreports.qt-project.org
Change-Id: Ifc258886f7d6e7d5b02caae8994210aeef221554 Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
This commit is contained in:
@@ -206,7 +206,7 @@ QModelIndex DataModel::indexForObject(const Function *function) const
|
||||
}
|
||||
|
||||
/**
|
||||
* Evil workaround for https://bugreports.qt.nokia.com/browse/QTBUG-1135
|
||||
* Evil workaround for https://bugreports.qt-project.org/browse/QTBUG-1135
|
||||
* Just replace the bad hyphens by a 'NON-BREAKING HYPHEN' unicode char
|
||||
*/
|
||||
static QString noWrap(const QString &str)
|
||||
|
||||
@@ -823,7 +823,7 @@ QWidget *CallgrindToolPrivate::createWidgets()
|
||||
m_filterProjectCosts = action;
|
||||
|
||||
// filter
|
||||
///FIXME: find workaround for https://bugreports.qt.nokia.com/browse/QTCREATORBUG-3247
|
||||
///FIXME: find workaround for https://bugreports.qt-project.org/browse/QTCREATORBUG-3247
|
||||
QLineEdit *filter = new QLineEdit;
|
||||
filter->setPlaceholderText(tr("Filter..."));
|
||||
connect(filter, SIGNAL(textChanged(QString)), m_updateTimer, SLOT(start()));
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
// Margin from hardcoded value in:
|
||||
// QGraphicsView::fitInView(const QRectF &rect,
|
||||
// Qt::AspectRatioMode aspectRatioMode)
|
||||
// Bug report here: https://bugreports.qt.nokia.com/browse/QTBUG-11945
|
||||
// Bug report here: https://bugreports.qt-project.org/browse/QTBUG-11945
|
||||
static const int FIT_IN_VIEW_MARGIN = 2;
|
||||
|
||||
using namespace Valgrind::Callgrind;
|
||||
|
||||
@@ -39,7 +39,7 @@ QT_BEGIN_NAMESPACE
|
||||
class QPalette;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
///FIXME: remove this once https://bugreports.qt.nokia.com/browse/QTCREATORBUG-3247 gets fixed
|
||||
///FIXME: remove this once https://bugreports.qt-project.org/browse/QTCREATORBUG-3247 gets fixed
|
||||
QPalette panelPalette(const QPalette &oldPalette, bool lightColored = false);
|
||||
|
||||
#endif // WORKAROUNDS_H
|
||||
|
||||
Reference in New Issue
Block a user