diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-11-18 17:23:15 +0100 |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-11-18 17:41:44 +0100 |
commit | 9a0f7a1ef387a20f91a9b651b92d8eb345952f5f (patch) | |
tree | 53000f8dfb4d39dcbea691b283e5d54bf3cfcb50 /tools/assistant/lib/qhelpcontentwidget.cpp | |
parent | 6afb136b0462a5049c497831203a35173f64b9ae (diff) | |
download | qt4-tools-9a0f7a1ef387a20f91a9b651b92d8eb345952f5f.tar.gz |
Ran the script utils/normalize
Over src/ tools/ examples/ and demos/
Diffstat (limited to 'tools/assistant/lib/qhelpcontentwidget.cpp')
-rw-r--r-- | tools/assistant/lib/qhelpcontentwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/assistant/lib/qhelpcontentwidget.cpp b/tools/assistant/lib/qhelpcontentwidget.cpp index 097105cdc1..af5f9e2620 100644 --- a/tools/assistant/lib/qhelpcontentwidget.cpp +++ b/tools/assistant/lib/qhelpcontentwidget.cpp @@ -518,8 +518,8 @@ QHelpContentWidget::QHelpContentWidget() { header()->hide(); setUniformRowHeights(true); - connect(this, SIGNAL(activated(const QModelIndex&)), - this, SLOT(showLink(const QModelIndex&))); + connect(this, SIGNAL(activated(QModelIndex)), + this, SLOT(showLink(QModelIndex))); } /*! |