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

Merge from the default branch
author Chris Cannam
date Fri, 12 Jul 2013 13:25:22 +0100
parents d632a1e87018
children 1a0dfcbffaf1
comparison
equal deleted inserted replaced
660:8663a831838f 663:1a0fdad4af4d
26 #include <QGroupBox> 26 #include <QGroupBox>
27 #include <QCheckBox> 27 #include <QCheckBox>
28 28
29 #include <iostream> 29 #include <iostream>
30 30
31 TipDialog::TipDialog(QWidget *parent, Qt::WFlags flags) : 31 TipDialog::TipDialog(QWidget *parent) :
32 QDialog(parent, flags), 32 QDialog(parent),
33 m_tipNumber(0), 33 m_tipNumber(0),
34 m_label(0), 34 m_label(0),
35 m_caption(tr("Tip of the Day")) 35 m_caption(tr("Tip of the Day"))
36 { 36 {
37 readTips(); 37 readTips();