~ubuntu-branches/ubuntu/oneiric/arora/oneiric

« back to all changes in this revision

Viewing changes to src/qwebplugins/arorawebplugin.h

  • Committer: Bazaar Package Importer
  • Author(s): Roderick B. Greening
  • Date: 2009-09-10 15:24:04 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090910152404-668k22ux3mfap6g0
Tags: 0.9.0-0ubuntu1
* New upstream release
* Update patches:
  - kubuntu_02_default_bookmarks.diff
* Remove patches:
  - kubuntu_04_startpage_spacing.diff (fixed upstream)
  - kubuntu_05_manpages.diff (fixed upstream)
  - kubuntu_07_adblock.diff (unstable/unsuitable)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    virtual QWidget *create(const QString &mimeType, const QUrl &url,
43
43
                            const QStringList &argumentNames, const QStringList &argumentValues) = 0;
44
44
    virtual void configure() = 0;
 
45
    virtual bool isAnonymous() const;
45
46
};
46
47
 
47
48
#endif // ARORAWEBPLUGIN_H