src/ProfileStyles.cpp

changeset 83
6f744c602139
parent 79
e726db72da3c
child 90
2396457a8167
equal deleted inserted replaced
82:84e5dcab868f 83:6f744c602139
74 74
75 void ProfileStyles::refreshTable() 75 void ProfileStyles::refreshTable()
76 { 76 {
77 QString w; 77 QString w;
78 QWidget* pWidget; 78 QWidget* pWidget;
79 QLabel *label;
80 QHBoxLayout* pLayout; 79 QHBoxLayout* pLayout;
81 80
82 qDebug() << "ProfileStyles reload"; 81 qDebug() << "ProfileStyles reload";
83 82
84 QSqlQuery query("SELECT * FROM profile_styles ORDER BY style_guide,style_letter,name"); 83 QSqlQuery query("SELECT * FROM profile_styles ORDER BY style_guide,style_letter,name");

mercurial