trying to add actions to the menu bar

This commit is contained in:
Daniel Jones 2024-01-05 13:59:51 -06:00
parent 29e0b1068b
commit f798593240

View File

@ -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 <chrono>
#include <ctime>
#include <iostream>
#include <QSqlDatabase>
#include <QSqlQuery>
@ -91,6 +90,13 @@ void MainWindow::on_exitButton_clicked()
//Everything below this grabs the day and month.
typedef std::chrono::system_clock Clock;