~ubuntu-branches/ubuntu/vivid/webbrowser-app/vivid

« back to all changes in this revision

Viewing changes to src/app/webbrowser/settings.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2015-02-03 11:06:38 UTC
  • mto: This revision was merged to the branch mainline in revision 133.
  • Revision ID: package-import@ubuntu.com-20150203110638-d5cftxhusydy9eiw
Tags: upstream-0.23+15.04.20150203
ImportĀ upstreamĀ versionĀ 0.23+15.04.20150203

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
    const QUrl& homepage() const;
40
40
    SearchEngine* searchEngine() const;
 
41
    const QString& allowOpenInBackgroundTab() const;
41
42
 
42
43
private:
43
44
    QUrl m_homepage;
44
45
    SearchEngine* m_searchengine;
 
46
    QString m_allowOpenInBackgroundTab; //"true" for enabled, "default" for form factor dependend behaviour (currently desktop only), anything else disables the option
45
47
};
46
48
 
47
49
#endif // __SETTINGS_H__