summaryrefslogtreecommitdiff
path: root/src/mainwindow.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2022-05-01 17:31:28 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2022-05-26 18:41:21 +0200
commit8b65d0eb2815576780c57df428c1faf23fe75068 (patch)
tree2f82d0a218fed524e13451b01411f620ef152890 /src/mainwindow.cc
parentfc10974343701fd446bb174e991589de3a75d5e4 (diff)
Add ingredient group support for both krecipes and gourmet databases and show them in the viewer.
Diffstat (limited to 'src/mainwindow.cc')
-rw-r--r--src/mainwindow.cc2
1 files changed, 2 insertions, 0 deletions
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
//