comparison widgets/TipDialog.h @ 663:1a0fdad4af4d tonioni

Merge from the default branch
author Chris Cannam
date Fri, 12 Jul 2013 13:25:22 +0100
parents d632a1e87018
children a18e78b9c78b
comparison
equal deleted inserted replaced
660:8663a831838f 663:1a0fdad4af4d
30 class TipDialog : public QDialog 30 class TipDialog : public QDialog
31 { 31 {
32 Q_OBJECT 32 Q_OBJECT
33 33
34 public: 34 public:
35 TipDialog(QWidget *parent = 0, Qt::WFlags flags = 0); 35 TipDialog(QWidget *parent = 0);
36 virtual ~TipDialog(); 36 virtual ~TipDialog();
37 37
38 bool isOK() { return !m_tips.empty(); } 38 bool isOK() { return !m_tips.empty(); }
39 39
40 protected slots: 40 protected slots: