diff --git a/mainwindow.cpp b/mainwindow.cpp index a6f5b3f..485df2a 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -54,6 +54,7 @@ std::string verse_grab(){ int cur_day = st.wDay; int cur_month = st.wMonth; + std::string my_query = "select "; std::string my_verse; return my_verse; diff --git a/mainwindow.ui b/mainwindow.ui index f31c27c..64b8e59 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -21,7 +21,7 @@ - 150 + 160 490 80 24 @@ -47,19 +47,8 @@ Qt::AlignCenter - - - - 0 - 0 - 401 - 581 - - - - - - + verse + exitButton diff --git a/verses.sqlite b/verses.sqlite index 0e4147c..e1bcdc4 100644 Binary files a/verses.sqlite and b/verses.sqlite differ