QupZilla / qupzilla-plugins

Plugins for QupZilla browser
http://www.qupzilla.com
34 stars 22 forks source link

Readability pull request #61

Closed jbambas closed 8 years ago

jbambas commented 8 years ago

Added Readability plugin that allows reading mode required in issue #1675.

nowrep commented 8 years ago

Please remove the translation files (*.ts), they are for TestPlugin.

ghost commented 8 years ago

Just to say - i'm receiving the following warning from the compiler:

readability.cpp:73:6: attention : unused parameter ‘parent’ [-Wunused-parameter]
 void ReadabilityPlugin::showSettings(QWidget* parent)
      ^