src/EditYeast.cpp

changeset 90
2396457a8167
parent 60
0d65238ebedc
child 293
6df94ca2bfde
equal deleted inserted replaced
89:231a0b1292f3 90:2396457a8167
14 * You should have received a copy of the GNU General Public License 14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>. 15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
16 */ 16 */
17 #include "EditYeast.h" 17 #include "EditYeast.h"
18 #include "../ui/ui_EditYeast.h" 18 #include "../ui/ui_EditYeast.h"
19 #include "bmsapp.h" 19 #include "MainWindow.h"
20 20
21 21
22 EditYeast::EditYeast(int id, QWidget *parent) : QDialog(parent), ui(new Ui::EditYeast) 22 EditYeast::EditYeast(int id, QWidget *parent) : QDialog(parent), ui(new Ui::EditYeast)
23 { 23 {
24 QSqlQuery query; 24 QSqlQuery query;

mercurial