~ubuntu-branches/ubuntu/saucy/quassel/saucy-proposed

« back to all changes in this revision

Viewing changes to src/uisupport/settingspage.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-02-17 12:49:50 UTC
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: james.westby@ubuntu.com-20100217124950-v9hajw5d2xa6fszn
Tags: upstream-0.6~beta1
ImportĀ upstreamĀ versionĀ 0.6~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
  //! The title of this settings page.
68
68
  inline virtual QString title() const { return _title; }
69
69
 
 
70
  //! Whether the settingspage needs a core connection to be selectable
 
71
  /** This is a hint for the settingspage dialog. Do not rely on the settingspage not being
 
72
   *  visible if disconnected, and care about disabling it yourself.
 
73
   */
 
74
  inline virtual bool needsCoreConnection() const { return false; }
 
75
 
70
76
  //! The key this settings page stores its values under
71
77
  /** This needs to be overriden to enable automatic loading/saving/hasChanged checking of widgets.
72
78
   *  The child widgets' values will be stored in client settings under this key. Every widget that