From c751182aa559b148e7eef1d701cf16f9a5908b2f Mon Sep 17 00:00:00 2001 From: Seeker4 Date: Mon, 6 May 2019 18:08:49 -0700 Subject: [PATCH] Comment-out obsolete code to create Welcome message. --- oscar/mainwindow.cpp | 6 +++--- oscar/mainwindow.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/oscar/mainwindow.cpp b/oscar/mainwindow.cpp index 8a5ce0d6..21039aed 100644 --- a/oscar/mainwindow.cpp +++ b/oscar/mainwindow.cpp @@ -390,7 +390,7 @@ void MainWindow::firstRunMessage() } } -QString GenerateWelcomeHTML(); +// QString GenerateWelcomeHTML(); bool MainWindow::OpenProfile(QString profileName, bool skippassword) { @@ -1077,7 +1077,7 @@ void MainWindow::setRecBoxHTML(QString html) { ui->recordsBox->setHtml(html); } - +/*** QString MainWindow::getWelcomeHTML() { // This is messy, but allows it to be translated easier @@ -1171,7 +1171,7 @@ QString MainWindow::getWelcomeHTML() ; } - +***/ void MainWindow::updateFavourites() { QDate date = p_profile->LastDay(MT_JOURNAL); diff --git a/oscar/mainwindow.h b/oscar/mainwindow.h index 69bc823a..7686b993 100644 --- a/oscar/mainwindow.h +++ b/oscar/mainwindow.h @@ -332,7 +332,7 @@ private: void finishCPAPImport(); QList detectCPAPCards(); - QString getWelcomeHTML(); +// QString getWelcomeHTML(); void FreeSessions(); Ui::MainWindow *ui;