~ubuntu-branches/ubuntu/utopic/psi/utopic

« back to all changes in this revision

Viewing changes to src/options/opt_advanced.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#include "optionstab.h"
5
5
 
6
6
class QWidget;
7
 
struct Options;
8
7
 
9
8
class OptionsTabAdvanced : public OptionsTab
10
9
{
14
13
        ~OptionsTabAdvanced();
15
14
 
16
15
        QWidget *widget();
17
 
        void applyOptions(Options *opt);
18
 
        void restoreOptions(const Options *opt);
 
16
        void applyOptions();
 
17
        void restoreOptions();
19
18
 
20
19
private:
21
20
        QWidget *w;