You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
m_contextMenuLink->addAction( i18n("&Open this link in a new tab"), ::mainWindow, SLOT(onOpenPageInNewTab()), QKeySequence("Shift+Enter") );
132
-
m_contextMenuLink->addAction( i18n("&Open this link in a new background tab"), ::mainWindow, SLOT(onOpenPageInNewBackgroundTab()), QKeySequence("Ctrl+Enter") );
133
-
}
134
-
135
-
setTabKeeper( link );
136
-
return m_contextMenuLink;
137
-
}
138
-
}
139
-
140
96
QString ViewWindow::title() const
141
97
{
142
98
QString title = ::mainWindow->chmFile()->getTopicByUrl( url() );
m_contextMenuLink->addAction( i18n("&Open this link in a new tab"), ::mainWindow, SLOT(onOpenPageInNewTab()), QKeySequence("Shift+Enter") );
148
-
149
-
m_contextMenuLink->addAction( i18n("&Open this link in a new background tab"), ::mainWindow, SLOT(onOpenPageInNewBackgroundTab()), QKeySequence("Ctrl+Enter") );
150
-
}
151
-
152
-
setTabKeeper( link );
153
-
return m_contextMenuLink;
154
-
}
155
-
}
156
-
157
111
QString ViewWindow::title() const
158
112
{
159
113
QString title = ::mainWindow->chmFile()->getTopicByUrl( url() );
0 commit comments