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;