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
Network
KIO Extras
Commits
2f1225b9
Commit
2f1225b9
authored
Aug 25, 2021
by
Jonathan Marten
Browse files
man: MANProtocol::showIndex() needs to be public for autotests
parent
1a58a503
Pipeline
#76581
passed with stage
in 2 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
man/kio_man.h
View file @
2f1225b9
...
...
@@ -35,12 +35,13 @@ public:
static
MANProtocol
*
self
();
void
showIndex
(
const
QString
&
section
);
private:
void
outputError
(
const
QString
&
errmsg
);
void
outputMatchingPages
(
const
QStringList
&
matchingPages
);
void
showMainIndex
();
void
showIndex
(
const
QString
&
section
);
void
checkManPaths
();
QStringList
manDirectories
();
...
...
Jonathan Marten
@marten
mentioned in merge request
konqueror!83 (merged)
·
Aug 26, 2021
mentioned in merge request
konqueror!83 (merged)
mentioned in merge request konqueror!83
Toggle commit list
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