From 8b65d0eb2815576780c57df428c1faf23fe75068 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 1 May 2022 17:31:28 +0200 Subject: Add ingredient group support for both krecipes and gourmet databases and show them in the viewer. --- src/mainwindow.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.cc') diff --git a/src/mainwindow.cc b/src/mainwindow.cc index b91ae43..30680de 100644 --- a/src/mainwindow.cc +++ b/src/mainwindow.cc @@ -46,6 +46,8 @@ MainWindow::MainWindow(Database& db) //connect(document, SIGNAL(documentStatusChanged(bool)), this, SLOT(updateDocumentStatus(bool))); //updateDocumentStatus(document->hasChanged()); + setWindowTitle("Qookie"); + // // Create the toolbar // -- cgit v1.2.3