Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

imagepreviewplugin: include QWebFrame #22

Merged
merged 1 commit into from
Jun 7, 2017
Merged

imagepreviewplugin: include QWebFrame #22

merged 1 commit into from
Jun 7, 2017

Conversation

jirislaby
Copy link
Contributor

To fix build:

src/plugins/generic/imagepreviewplugin/ScrollKeeper.cpp:48:26: error: invalid use of incomplete type 'class QWebFrame'
  scrollPos_ = mainFrame_->scrollBarValue(Qt::Vertical);
                           ^~~~~~~~~~~~~~

This was broken by 146b1a5.

To fix build:
src/plugins/generic/imagepreviewplugin/ScrollKeeper.cpp:48:26: error: invalid use of incomplete type 'class QWebFrame'
  scrollPos_ = mainFrame_->scrollBarValue(Qt::Vertical);
                           ^~~~~~~~~~~~~~

This was broken by 146b1a5.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
@Ri0n Ri0n merged commit 28ba7f3 into psi-im:master Jun 7, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants