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
Tobias Hunger
qt-creator
Commits
8e5b17ce
Commit
8e5b17ce
authored
Aug 05, 2010
by
kh1
Browse files
Fix warning.
parent
46d4113a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/help/helpviewer.h
View file @
8e5b17ce
...
...
@@ -104,11 +104,12 @@ public slots:
signals:
void
titleChanged
();
void
printRequested
();
#if !defined(QT_NO_WEBKIT)
void
sourceChanged
(
const
QUrl
&
);
void
forwardAvailable
(
bool
enabled
);
void
backwardAvailable
(
bool
enabled
);
void
printRequested
();
#else
void
loadFinished
(
bool
finished
);
#endif
...
...
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