~ubuntu-branches/ubuntu/wily/psi/wily

« back to all changes in this revision

Viewing changes to src/profiledlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2010-02-19 09:37:12 UTC
  • mfrom: (6.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100219093712-e225xvm1wjcf1cgi
Tags: 0.14-2
* comment out only function which uses va_list to work around build
  problems on armel
* Set Standards-Version to 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include "ui_profilenew.h"
29
29
#include "varlist.h"
30
30
 
 
31
class QButtonGroup;
 
32
 
31
33
class ProfileOpenDlg : public QDialog, public Ui::ProfileOpen
32
34
{
33
35
        Q_OBJECT
72
74
private slots:
73
75
        void slotCreate();
74
76
        void nameModified();
 
77
 
 
78
private:
 
79
        QButtonGroup* buttonGroup_;
75
80
};
76
81
 
77
82
#endif