Comment-out obsolete code to create Welcome message.

This commit is contained in:
Seeker4 2019-05-06 18:08:49 -07:00
parent f3ba9747fd
commit c751182aa5
2 changed files with 4 additions and 4 deletions

View File

@ -390,7 +390,7 @@ void MainWindow::firstRunMessage()
} }
} }
QString GenerateWelcomeHTML(); // QString GenerateWelcomeHTML();
bool MainWindow::OpenProfile(QString profileName, bool skippassword) bool MainWindow::OpenProfile(QString profileName, bool skippassword)
{ {
@ -1077,7 +1077,7 @@ void MainWindow::setRecBoxHTML(QString html)
{ {
ui->recordsBox->setHtml(html); ui->recordsBox->setHtml(html);
} }
/***
QString MainWindow::getWelcomeHTML() QString MainWindow::getWelcomeHTML()
{ {
// This is messy, but allows it to be translated easier // This is messy, but allows it to be translated easier
@ -1171,7 +1171,7 @@ QString MainWindow::getWelcomeHTML()
; ;
} }
***/
void MainWindow::updateFavourites() void MainWindow::updateFavourites()
{ {
QDate date = p_profile->LastDay(MT_JOURNAL); QDate date = p_profile->LastDay(MT_JOURNAL);

View File

@ -332,7 +332,7 @@ private:
void finishCPAPImport(); void finishCPAPImport();
QList<ImportPath> detectCPAPCards(); QList<ImportPath> detectCPAPCards();
QString getWelcomeHTML(); // QString getWelcomeHTML();
void FreeSessions(); void FreeSessions();
Ui::MainWindow *ui; Ui::MainWindow *ui;