From f798593240b7d8d80addcedf023c16c445e9e779 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Fri, 5 Jan 2024 13:59:51 -0600 Subject: [PATCH] trying to add actions to the menu bar --- mainwindow.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 7050a70..2f83fe5 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3,14 +3,13 @@ *Compiler: MinGW *OS: Windows 10 *Purpose: QT Widget that displays the verse of the day upon Windows 10 bootup. - * Last edited: 1/3/2024 + * Last edited: 1/5/2024 */ #include "mainwindow.h" #include "./ui_mainwindow.h" #include #include -#include #include #include @@ -91,6 +90,13 @@ void MainWindow::on_exitButton_clicked() + + + + + + + //Everything below this grabs the day and month. typedef std::chrono::system_clock Clock;