forked from qt-creator/qt-creator
core: progress on the QString->QByteArray for Core::Id, remove UniqueIDManager
Change-Id: I94bec127866822b790a6e45a4201a7a5fe71d6ce Reviewed-on: http://codereview.qt.nokia.com/4208 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -442,7 +442,7 @@ void HelpPlugin::setupUi()
|
||||
|
||||
ContentWindow *contentWindow = new ContentWindow();
|
||||
contentWindow->setWindowTitle(tr(SB_CONTENTS));
|
||||
m_contentItem = new Core::SideBarItem(contentWindow, Core::Id(SB_CONTENTS));
|
||||
m_contentItem = new Core::SideBarItem(contentWindow, SB_CONTENTS);
|
||||
connect(contentWindow, SIGNAL(linkActivated(QUrl)), m_centralWidget,
|
||||
SLOT(setSource(QUrl)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user