Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
6d7a62b9
Commit
6d7a62b9
authored
Aug 06, 2009
by
Daniel Molkentin
Browse files
QDesktopService needs handleHelpRequest to be a slot.
parent
1439742d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/help/helpplugin.h
View file @
6d7a62b9
...
...
@@ -111,11 +111,12 @@ public:
void
setIndexFilter
(
const
QString
&
filter
);
QString
indexFilter
()
const
;
void
handleHelpRequest
(
const
QUrl
&
url
);
void
openHelpPage
(
const
QString
&
url
);
void
openContextHelpPage
(
const
QString
&
url
);
QHelpEngine
*
helpEngine
()
const
;
public
slots
:
void
handleHelpRequest
(
const
QUrl
&
url
);
private
slots
:
void
modeChanged
(
Core
::
IMode
*
mode
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment