diff options
author | Louie S <louie@example.com> | 2024-07-24 15:32:29 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-07-25 17:11:29 -0400 |
commit | 1e02a8b37e2dc74e2d868e818e03e4dda39f4079 (patch) | |
tree | d4941679437ed1c786d919f5a3d891dd57397962 /src/frontend/qtquick/main.qml | |
parent | 68ce496b5dd082881dde7536677f295bc40ee055 (diff) |
Import values from config.h into qml engine
Diffstat (limited to 'src/frontend/qtquick/main.qml')
-rw-r--r-- | src/frontend/qtquick/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/qtquick/main.qml b/src/frontend/qtquick/main.qml index 18936fd..3775f2b 100644 --- a/src/frontend/qtquick/main.qml +++ b/src/frontend/qtquick/main.qml @@ -7,7 +7,7 @@ Window { height: 480 visible: true // TODO grab this from config.h - title: qsTr("Assignment List") + title: PROJECT_TITLE // DropDown for groups (including an "all" option) Item { |